Nikola Knežević
Nikola Knežević
True that, I didn't take a look at the last commit. Is this a dead project then?
@NixOS/ofborg build zq
@ofborg build zq
I'm also seeing the same error. For me, it was for `tomli`, so I added override for it: ```nix mach-nix.mkPythonShell { python = "python310"; requirements = builtins.readFile ./requirements.txt; _.tomli.propagatedBuildInputs.mod =...
I don’t understand? This was properly highlighted in other syntax highlighting modules. And the alias works, zsh is not preventing me from using it.
I'm observing the same issue. In my case, there are 4 agents and one orion server running on the same machine, using the same conda environments. I observe frequently (but...
> Sorry that's unreleased! It'll be out today and should close this issue :) Awesome, will try it as soon as the new version is rolled out. I'm running the...
I managed to change the name of the task based on params by using this decorator instead of `prefect.task`: ```py def internaltask(func: Callable = None, **task_kwargs): """Internal version of Prefect...
The reason I tried such implementation is because [this page](https://docs.prefect.io/api-ref/prefect/flows/#prefect.flows.Flow.with_options) says `Flow` has `with_options`. > we'll keep you up to date in this issue as we may progress on custom...
I've also noticed that after this change, none of standard bindkey mappings works. For example, I used to have in my shell (without any modifications) the following: ``` "^E" end-of-line...