Tom Jakubowski

Results 42 comments of Tom Jakubowski

Taking a quick look at that, it seems like highlighting goes off the rails whenever there is more than one match on a single line.

``` ag --literal --group --line-number --column --color --color-match 30\;43 --color-path 1\;32 --smart-case --stats -- registry . ```

Nitpicking (but perhaps helpful nitpicking): I don't think an expression needs to be sent to the browser for evaluation in order to see the printed message. For example: ``` clj...

A few relevant issues/PRs on the docker-openvpn repo: https://github.com/kylemanna/docker-openvpn/pull/411 https://github.com/kylemanna/docker-openvpn/issues/381 https://github.com/kylemanna/docker-openvpn/issues/398

Er, my original report didn't actually demonstrate the problem! Edited the issue to give a better example.

Wow, this sounds very cool! I will take a look this weekend.

Overall this looks very nice! I'll have some more 'bigger picture' comments later. I'm very excited by the prospect of running Weasel REPL clients in non-browser JS environments!

I'd love to play around with this but I'm stuck on getting a QML + ClojureScript example set up. Do you have a demo project somewhere where I could try...

Hey! I haven't forgotten about this, just have been lacking time. I should be able to carve out some time this weekend to hopefully land this!

I think there's still an issue, although it takes a somewhat different form. Weasel doesn't do its own analysis anymore but I still get missing var warnings in that example...