Matus Goljer

Results 743 comments of Matus Goljer

In principle I have nothing against this and thanks for the work. We need to make sure it works without much fuss though. I want the user experience to be...

@DamienCassou `cask` is a dependency but the `Cask` file from elsa package is not distributed with it when you install it with package.el so the bundle can not be initialized.

Or can cask initialize the bundle from the `pkg.el` file alone? In other words, did you test this on a clean install? :D

It still pains me we have no standard packaging/build tool. So much code you had to write already just to support "plain Emacs". And everybody is just doing the same...

@DamienCassou We can do that if it's automatic or if we can set it up to be automatic. Cask does that out of the box, again that's why I picked...

Yea Cask's reliance on python doesn't sit well with me much either since it's very hard for me to modify (I'm not very fluent in python). And it got to...

I've took the work of @antifuchs and packaged and enhanced it here: https://github.com/Fuco1/flow-js2-mode You might want to include a link in the readme (I link back here as well :))...

There is some code stripping out the `#` because of some issues in #145 . I don't fully understand why. In newer Emacs, the hashtable syntax is actually #s(hash-table size...

It's because the inner lambda will be converted to a closure and it will have the thread object in its scope. Since threads are not readable, it won't work. You...

I rebased these commits to master and merged them separately. Sorry it took me so long. I will close this pull request but don't worry as the changes made it...