Stijn de Witt
Stijn de Witt
It's a logging facade. But I guess that's a bit cryptic 😅 If you know the Java ecosystem, `anylogger` is like [`slf4j`](http://www.slf4j.org/). It's point is to be able to replace...
Got a new job and swamped with work, so basically didn;t do anything for over a month now. 🙄 You don't have to do anything of course :) But if...
iOS safari did native scroll snapping correctly. And that's what broke in 11... But it never worked natively in Chrome and I am getting worried that we can kiss CSS...
Workaround: Before you `require('path')`, do: ```js window.process = {}; ``` This will create a (dummy) variable `process` so the error goes away.
Here now because I just did a fresh install of Atom and on first opening I hit this issue... I'll try updating.
LOL you are so fast in responding! Thanks! So... I already made an implementation of exposing `construct` (turned out param order of this function was opposite in algorithms `sand` and...
Great, that sounds like a plan. I will work on my fork and once I get something I think will satisfy you and me both, I'll create a Pull Request....
And there it is: https://github.com/adrianmay/rhaboo/pull/36
I made a [fiddle](http://jsfiddle.net/he8k7svp/2/) for #33. When I refreshed that Fiddle, nothing changed. That's because it's pointing to a [RawGit](http://rawgit.com/) CDN version of Rhaboo... But it's pointing to master and...
What I would like is for you to visit the [releases](https://github.com/adrianmay/rhaboo/releases) tab and press the button `Draft a new release` Then fill in the correct version number (and possibly some...