fellnerse
fellnerse
Yes sourcing works differently in nushell and I had trouble to get it to work but the setup for thefuck seems to be way easier. So if you print the...
yes you are right, I forgot that I piped it into bash. But in the mean time I found a better solution/'hack' that is also used in other tools supporting...
Sure, I'd love to, how do I do that?
I had to change the path like this: `pathvar add ($nu.env.FNM_MULTISHELL_PATH + /bin)`
I would love this as well! If it's not too complicated I might be able to help
@Schniz is there any way we could support you here?
@thymikee is there any active work going on right now? I still encounter this, feels kind of weird behaviour
@thim81 thank you for the fast response! You are completely right, that additional documentation would make a lot of sense, atm we are still working on defining the api so,...
So I ran a quick test and this seems to work: ```yaml allOf: - $ref: '#/components/schemas/Base' - type: object description: '' properties: childAProperty1: type: string childAProperty2: type: string childType: type:...
So my take on it with CI in mind is: I want to be able to configure portman in such a way that it keeps quiet when everything is fine,...