Geert-Johan Riemer

Results 151 comments of Geert-Johan Riemer

Thanks! I really agree with you on preventing a huge amount of theme's flooding the project. Of course I believe my theme is distinct enough to be added, otherwise I...

Same on atom 0.187.0 I guess something broke a while ago. @rubyist Please fix this, the plugin looks so nice in that gif!!

Could you provide a bit more information? What OS are you running, which touchscreen are you using?

No, it was a try to fix the issue, but didn't work. I don't have a windows machine so it's hard to test this. Help is welcome.

A workarround has been added to Hover (thanks @Drakirus!). Use `--cache-path` with a simple path (that does not contain spaces). e.g.: ```bash hover run --cache-path=C:\cache ``` Will keep this issue...

An alternative implementation that allows for this may be created. But for compatibility reasons this cannot be done in the current implementation without having a migration path.

I think I left some comments in the source mentioning possible abstraction of the window toolkit. I didn't do it because there was a lot of work already and adding...

Instead of hooks into Go code, we could consider hooks like git does it? Executing a script/executable file and giving it data on stdin?

What if someone requires multiple libraries? What if they want to use ftp instead of http? Or nfs? What if the framework needs to be compiled on the machine that...

A hook system would also benefit #240. But a hook system is not easy and needs to be done right.