kerma

Results 9 comments of kerma

I'm not on Catalina yet. Once I'll get there I'll look into this.

@mikew if you can figure out how to call osascript inside the ObjC code I'd be happy to include it. If this is not possible I'd include the osascript and...

I'm not sure whether my initial approach could work at all. Calling `fzf#run()` via `jobstart` creates the focus issue and I couldn't find an easy maintainable solution to get the...

I'm afraid this is a breaking change. It's also a bit unambiguous to handle properly. Consider the example: ```yaml version: '3' tasks: inner: dir: other cmds: - pwd test: dir:...

There are couple of different issues here. @chris-garrett your env_caller `env` and `vars` values are only applicable for shell commands called within that command block. If you call another task...

@chris-garrett I'm new to the project, so cannot tell the historical reasons, but atm it's how it's implemented. There is another issue slightly related to this: #585. To me it...

I'll do some investigation myself to figure out the complexity of it.

Hello @Katiyman! Can you please provide a minimal example which reproduces this issue? It should include a full Dockerfile with a make call. However, I'm suspecting the issue is on...

I came here today to ask the exact same question. For after much reading in SO I came up with this example: ``` import logging import signal import time import...