Magnus Rundberget

Results 62 comments of Magnus Rundberget

xunit output would undoubtably be a big win in terms of supporting existing tools. The reason I mention json (think of it as a additional very nice to have feature!)...

The node executable changed when Light Table upgraded from node webkit to Electron in v 0.8.0 of Lt. I believe this commit fixes it : https://github.com/mortalapeman/LT-TernJS/commit/eb60aff5a583d36f49c15ff689ad61eb81e4d598 Someone just needs to...

Had a peek yesterday too. The underlying codemirror plugin has a concept of generations and you can mark/keep track of generations for an editor. I would imagine it's just a...

Pull requsts are welcome. You can have a look at: https://github.com/LightTable/LightTable/blob/20681a35258a95632e4c099d003399b98f5cb4ea/src/lt/objs/search.cljs

Seems to be an issue with the Codemirror search/find plugin. Can reproduce the problem here: https://codemirror.net/demo/search.html

Since it's a regex behind the scenes you'd have to write something like: Find: /\/var\/www\// Replace: /\/home\/max\/www\//

@kenny-evitt Maybe this would help with the ASAR stuff ? https://github.com/electron/electron/pull/3641 It would definitely be good if we were also able to make upgrades to Electron itself. Otherwise that will...

> _I hazily remember @cldwalker bringing up something about the Node.js packages. I think the first commit in the PR not only adds two packages I used explicitly, but it...

I'm feel your pain and salute your determination to try to figure out a reproducible case. I'm also having random stalls at times. Not very often, but once or twice...

No objections, as long as it works... and we are able to test that it does I'm good.