Loic Nageleisen

Results 75 issues of Loic Nageleisen

- [x] Badge on dock or tray icon - [x] Bounce dock icon - [ ] Settings (because it could get obnoxious)

enhancement

When running tests on a project depending on json_builder some warnings are raised: This is because with a recent rake (>=11.0), ruby warnings are now on by default. ``` /Users/lloeki/.gem/ruby/2.3.4/gems/json_builder-3.1.7/lib/json_builder/compiler.rb:70:...

Since there is no more vmnet devices on Big Sur, there's no DHCP lease update either. Find ip using vmrun's own feature first, falling back to the legacy ones next....

I'm not sure why, but instead of using `vmrun`, the `vmwarefusion` driver attempts to find the guest IP through [roundabout ways](https://github.com/docker/machine/blob/b170508bf44c3405e079e26d5fdffe35a64c6972/drivers/vmwarefusion/fusion_darwin.go#L182-L209) by looking into DHCP lease files. With the advent...

`vim-mode` now publishes its editor state via a [service](https://github.com/atom/vim-mode/blob/74cead837678bc14b3f484bce03ded1cf2996afe/package.json#L23). It may be fruitful to create an object representing the command and interact in a composable way with [`pushOperations`](https://github.com/atom/vim-mode/blob/74cead837678bc14b3f484bce03ded1cf2996afe/lib/vim-state.coffee#L190). This will...

enhancement

Some packages have been built locally on High Sierra, so this may pose dylib issues on Sierra. Also, unwanted dependencies could have been linked in at build time.

Travis and CircleCI both provide macOS builders. Goals: - [x] set up a non-tainted, pristine macOS environment - [x] build packages from commits on master - [x] build packages from...

- [ ] README - [ ] CONTRIBUTING - [ ] LICENSE - [ ] thanks/acknowledgements