Joe Moon

Results 38 comments of Joe Moon

I also miss this from denite, though it was only a single previous search. I often used a workflow that of for example, grepping for a string, then selecting one...

I'm seeing this, too. `./node_modules/.bin/uglifyjs main.js` works fine. ``` (-> (assets/load-bundle "." "main.js" ["/js/main.js"]) (optimizations/minify-js-assets nil)) ``` and ``` (m/minify-js (slurp "resources/js/main.js")) ``` both throw that error.

Yeah, i'll try that next, it's just a slow feedback loop and a lot of code to pare down, thanks for the quick reply, though!

I just hit this problem with minified css as well.

Another option is to use `JSON.stringify` when `raw` is `true`.

It would be great if this the delay were configurable, maybe as an option to hs.window.filter.new()

👋 I need both serialization and deserialization for a project I'm working on. I am willing to try to finish this PR by adding a test and also adding deserialization,...

I got some help from a colleague: https://github.com/graphql-rust/graphql-parser/pull/80