Max Nordlund
Max Nordlund
Ping @aziz what's happening with this?
Hm, it would be kinda weird for Regenerator to implement `..rest`, and start to look more like Traceur. There are some more options, I think. What about changing the outer...
With the rick of repeating something already know, some other package managers[1] is using the concept of a lock file to solve some parts of these issues. The idea is...
Sorry for the late reply, but here it goes: That makes sense, but I'm not familiar with Vim syntax files. I tried to read through NeoVim's builtin one for CSS,...
So I finally got around to do this, and after some tinkering (and much confusion) I got this: ```viml " Copied from cssDefinition contains in css.vim syntax file syntax cluster...
It doesn't work in the REPL, but other then that it should always work. Basically, if there's an entry point (unlike the REPL), there's an main module. E.g. `node foo.js`...
Regarding the tests, it may be that it tries to require from within mocha, which should be solvable by using a local copy instead of the global one.
Yeah, but I guess you can be more specific if the `--on-signal` flag worked better. What I'm try to get at is the ability to unconditionally perform some cleanup when...
For a real world example of a complex function, and the reason I asked about this, I have an [update](https://github.com/maxnordlund/dotfiles/blob/master/fish/functions/update.fish#L243) function that uses temporary files to keep state between the...
Unfortunately no, because it can't be used for a function running in the foreground. But if it were possible to tweak it and allow something simliar for any function, then...