bennyp

joined 2 years ago
[–] [email protected] 6 points 2 years ago

Why complain? Is construct glorious empire for mother Russia!

[–] [email protected] 6 points 2 years ago

I love that for you

[–] [email protected] 38 points 2 years ago* (last edited 2 years 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] 2 points 2 years ago (1 children)

this is very handy when you want to carry over some shared context. Justin Fagnani described this as an implicit first argument, which is a model that helped me understand how to use it better.

[–] [email protected] 7 points 2 years ago

The Right Honorable

[–] [email protected] 4 points 2 years ago

Thanks for the shoutout!

[–] [email protected] 1 points 2 years 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 2 years ago

lol if you think this is a "twitter" problem you're out to lunch

[–] [email protected] 3 points 2 years ago* (last edited 2 years ago)

Growing pains? Red hat is 30 years old. The open source initiative was founded in 1998.

[–] [email protected] 2 points 2 years ago

oh man just the idea of a vacation gets my nerves up

[–] [email protected] 0 points 2 years ago (1 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] 2 points 2 years 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 ›