я котик пур-пур

Results 27 comments of я котик пур-пур

Hi, On package structure: I try to stay close to the original C++ version of the code. http://code.google.com/p/box2d/source/browse/trunk/Box2D/Box2D/Common/b2Math.h And [DebugDraw is here](https://github.com/mvasilkov/box2d-html5/blob/master/test/framework/render.js#L44). Using it may be not very obvious, please...

Let's kill the whole Admiral thing with fire!

You don't need a library for that. ``` Buffer.from(b64string, 'base64') // decode to a Buffer Buffer.from(b64string, 'base64').toString('utf-8') // decode to a string ``` For browser JS, see https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding

Yep, I'll take a look if nobody beats me to it.

It's a useful accessibility feature. IMO normalize.css shouldn't disable useful accessibility features.

I think it's good to leave it be for some time for compatibility. Thanks for the heads up, will remove in the future.

Hi, sorry, I didn't see this issue somehow. With Webpack, you can use imports relative to the node_modules dir using the following syntax: ```scss @import '~systematize/systematize' ``` The default file...

Hi @gfx, Great library! I'm so looking forward to using this in my projects. With relation to Emscripten's runtime performance: from my limited experience, the usual suspect for a bottleneck...

Upd. I see it's there, https://github.com/davidahmed/wiper/blob/master/wiper.js#L3

Hi, nope, sorry. Please add w3schools though.