Nathan Woltman
Nathan Woltman
I believe these problems are solved in the [EJS 2](https://github.com/nwoltman/sublime-ejs) package that I wrote. I hope it's okay that it requires the Babel package (I needed it to support ES6).
Glad to hear it @mattrat :smiley:
@samholmes I'm not very familiar with tmLanguage files so I can't say for sure, but I think it should still be possible to solve as long as it lets you...
@NicoHinderling There is now a clear alternative: [EJS 2](https://github.com/nwoltman/sublime-ejs)
@NicoHinderling No problem :)
The problem is still there. I don't think the changes in 0299864 actually do anything. To make it easier to copy and paste some example code, here's the code from...
The number of frameworks in the benchmark has grown very large. I agree that it would be a good idea to have some criteria that can be used to determine...
Hmm, "first-class JSON" might be a little too specific. I think the main thing I'm trying to get at with point 3 is that the framework should do more than...
Using `[email protected]`, you can improve the performance of negations by using [glob's](https://github.com/isaacs/node-glob) new `ignore` option: ``` js var ignoreGlobs = [ 'node_modules/**', 'dist/**', 'app/jspm_packages/**', 'app/**/vendor/**', 'app/config.js' ]; var t =...
For opening files, the code[ currently uses](https://github.com/nwoltman/srt-to-vtt-cl/blob/aaf4cc1ec631a01a15152da8835439e6b4dc7f06/src/Utils.cpp#L43-L53) the standard `codecvt` library. The last time I tried that code block on anything other than Windows, it just didn't work. That was...