Results 9 comments of rafael liu

Also interested in this, same issue with `useDefineForClassFields`. Merging a explicitly defined `.swcrc` would be nice, but just exposing `useDefineForClassFields` would do it on my case

Not a rust programmer, but played with mac’s EventTap - which rdev seems to use. Not sure if you know already, but I don’t believe it will work on password...

AFAIK this is a MacOS security feature. Karabiner doesn't use EventTap, it implements its own driver and operates at a lower level.

Is exposing the current logic as pieced helpers the right approach? I see two use cases that relate to this: 1) **Customizing the way node loads packages:** involves making arbitrary...

Yeah, I don't think this is the same as require. CJS implementation allows for ad-hoc customization of certain behavior by using a Module prototype to get/set function references used in...

Also interested in this. A suggestion is to support env vars, so we can do stuff like `$HOME/Zotero` or `$ZOTERO_DB`

Also noticing this, also gets worst with time and restarting helps. Previous HammerSpoon versions was also working fine. Result of the snippet: ``` [100] = 0.027176000000011, [200] = 0.027490999999998, [300]...

Removing the `if-else-fi` section works. And the prompt does stay at the bottom! That will do it, I set Alacritty to start tmux and now togglevim is happilly spawing zsh....

I understand the point of workspaces, but isn’t that just one scope? Thinking at a global scope (/etc/npmrc), virtual-store-dir probably shouldn’t allow absolute either. And thinking at a package level...