Eli Perelman

Results 9 issues of Eli Perelman

Wanted to drop a note that I ran into an issue with branch deploys that contain uppercased letters. For example, if I set an alias as `alias: ISSUE-000`, the deployment...

### Bug or issue? We have several issues around overriding test locations. In an earlier era, it was common to have all tests located in a single directory, but the...

breaking change

In neutrinojs/neutrino#1150 there was confusion about the API of rule.exclude. We should probably add clearer documentation about it to the README here :-) _(Edited by @edmorley to make it clearer...

docs

When using csslint with variables against the `:root` element, it throws the message of "rule is empty". ``` css :root { --color-alpha: #fff; } ``` This rule should not be...

Switching over from adbkit-logcat to adbkit, and my Node.js process fails to quit because something in logcat must still be in the stack. Previously this wasn't an issue in adbkit-logcat...

I've been reading over the tutorials and I really like the concept and its surface. I'm curious to know about the ability of using elmish as a library, as the...

After using fn.js for a bit now, I'm starting to wonder if I regret not making most methods auto-currying. I'm considering making this change for 1.0 and would welcome comments...

Currently `fn.throttle` and `fn.debounce` invoke their handlers after the timer. Make it so this can be configured via options similar to other libraries.

enhancement

https://github.com/fantasyland/fantasy-land produced great specifications for creating functors and monadic functionality. I had originally planned to bake this functionality into the core of fn.js, but had removed it at the time...

enhancement