bennyp

joined 1 year ago
[–] [email protected] 6 points 1 year ago

Why complain? Is construct glorious empire for mother Russia!

[–] [email protected] 6 points 1 year ago

I love that for you

[–] [email protected] 38 points 1 year ago* (last edited 1 year ago) (4 children)

It will be annoying for a minute but this change is good: it will help developers ship extensions faster and with fewer bugs by using standard JavaScript modules and IDE support. As mentioned in the blog: modules were standardized in 2015! At what point does it become acceptable to drop non-standard features?

[–] [email protected] 7 points 1 year ago

The Right Honorable

[–] [email protected] 4 points 1 year ago

Thanks for the shoutout!

[–] [email protected] 1 points 1 year ago

How about a browser extention which replaces the debugger keyword in all downloaded js source with void 0 or something?

[–] [email protected] 4 points 1 year ago

agreeing with krogoth - i use vscode via github's web editor and other such buffoonery, and since many of my teammates also use microsoft's loss-leader false-flag not-quite open-source community trojan editor, I have to stay reasonably current.

so i'm conversant, and use it, but i wouldn't "switch" in the sense of "adopt as my daily driver", for reasons which should be obvious from the last sentence ;)

[–] [email protected] 3 points 1 year ago

" already means something though (leader to pick a register)

Try the which-key plugin, and/or make up silly stories for your bindings e.g. "you surround a word "

[–] [email protected] 3 points 1 year ago

It depends on what your expectations are and how you see your relationship to your editor (sorry for the cringe anthropomorphism)

If you want to tinker and think of tweaking your editor as a hobby, then sure dive in

If your config already works and you don't need the hassle, then don't

In between? Want to use a specific lua plugin but don't want to commit? You can do that too

[–] [email protected] 6 points 1 year ago (5 children)

I wonder what her opinion is on the Israeli judicial reform.

Actually on second thought I don't really care to know

[–] [email protected] 1 points 1 year ago

Quote from svgo:

SVG Optimizer is a Node.js-based tool for optimizing SVG vector graphics files.

Why?

SVG files, especially those exported from various editors, usually contain a lot of redundant and useless information. This can include editor metadata, comments, hidden elements, default or non-optimal values and other stuff that can be safely removed or converted without affecting the SVG rendering result.

 

A quick-and-dirty plugin to optimize your svg files in nvim using svgo

view more: next ›