Ionică Bizău (Johnny B.)

Results 129 comments of Ionică Bizău (Johnny B.)

Any solution to this? :thought_balloon:

@p-e-w What's the progress on this? I'm interested mostly in VIM support.

Creating an api service for cdnjs would be nice. Something like: ``` api.cdnjs.com/lib/jquery/stats ``` Then, we can use this service to fetch the stats in the cdnjs website. :four_leaf_clover:

I would be excited to write a tool to parse the logs! I'm anyway involved in some statistics & visualizations projects, so that would be awesome. :sparkler:

Or even simpler: ``` js var array = [1, 2, 3]; !!~array.indexOf(1); // → true !!~array.indexOf(4); // → false ``` @cht8687 Nice project! :+1:

@markogresak Well, _simpler_ === _shorter_ for me. :joy: No worries, I know what you mean. Especially in an if condition, you just use `if (~array.indexOf(42)) { /* yes, it exists...

@lewisje That's very good point, because `NaN !== NaN`. :+1:

Hey, thank you for sharing it with the others. :smile: If you find any bugs or have questions, just open issues.