Nathan Henrie

Results 108 comments of Nathan Henrie

Adding a stream handler also resolves the blocking issue, but results in an error being logged: ```lua hs.hotkey.bind(hyper, "V", function() hs.task.new( "/Applications/MacVim.app/Contents/bin/mvim", nil, function(...) end, { "/tmp/foo.txt", "/tmp/bar.txt", } ):start()...

I eventually got `open -a` to work by removing `--args`; I'm still using lua to call JS to call a shell script so that I can open the currently selected...

So to summarize, I think the issue is that `hs.task` seems to unexpectedly block when the spawned task is forked or backgrounded.

FWIW, I've been following this issue for about a year after (like the OP) encountering it on Scrapy on my M1 MBP ([0], [1]). I've come back to it every...

Seeing this on linux x86_64, master, installed via flake.

Of note, it works as expected on my Linux machine.

Updating to nix 2.9.1 didn't help.

Questionably related: https://github.com/DavHau/mach-nix/issues/306

I think I'm running into this issue with `simplenet>=0.1.3`, which I converted to use a `pyproject.toml` format. It does have a wheel available () and I would have thought it...

Fair enough, thanks for your quick response!