Keegan Lillo

Results 6 comments of Keegan Lillo

@Jamesking56 You need to run `sudo launchctl bootout system /Library/LaunchDaemons/homebrew.mxcl.asimov.plist` to unload it.

Thanks @spahnke! This was super helpful in getting my own implementation to work. For other weary travellers, here is my solution. I only needed to change the keyboard shortcuts, not...

@FractalHQ You're almost there! Monaco has some very clever (yet not super obvious) ways of doing keybindings where it uses the binary representation of the number to describe the keybinding....

I wonder if this is maybe due to how slow it is? I tried with: ```shell T=tmp/tmp.XXXXX ./test-tools/test-build.sh /path/to/my/repo 'yarn build; cache_artifacts' ``` And it was extremely slow. Probably due...

I too ran into this issue with `cloudflared tunnel` when running a [BlueBubbles](https://github.com/BlueBubblesApp/bluebubbles-server) Server on macOS and intermittent internet issues. I have the following launch agent set up as a...

For posterity: There is another way to guard against this if you do want a `leaveAnimation`. If you add an `onStartAll` callback to check if the number of domNodes is...