Lea Verou

Results 1392 comments of Lea Verou

Just run into this as well while using ```js export default class Foo { // stuff } ``` while this worked fine: ```js class Foo { // stuff } export...

Joe, I've worked on the Gist API for dabblet, so its code or UX patterns might help: https://github.com/LeaVerou/dabblet

Another vote for ESM here. I love Showdown, but had to switch away from it for my modules because I can't distribute libraries that leak into the global scope. 😞

Confirmed. This would be a very easy first PR, so I'm gonna mark it as such.

That’s a great idea @dperrymorrow! Love it!!

In general, we should have a list of “official” plugins, like we do in [Prism](http://prismjs.com/plugins/). These end up getting more contributions from the community so are more polished than random...

Short example I actually have in my current Bliss-powered work project: ``` js // Add or remove a CSS class based on whether the second param is truthy or falsy....

`$.overload()` is not crucial here, it just saves you from having to handle two signatures of the function, one with an object of key-value pairs and one with 2 arguments...

Fantastic, thanks!! It might be good to have 2 keys in the object example.