Yonas Kolb
Yonas Kolb
I'm using PathKit in a lot of my projects. I find it a great convenience over `FileManager`. I agree it would be great to have native support in the standard...
I'm getting this too on macOS 12.4 with Xcode 14. The issue occurs when navigating within the markdown with arrow keys and then typing. Instead of the focus staying where...
You’re right. We could either fix that by copying the files back and forth instead of the writing from scratch that happens, or automatically set permissions on files with shebangs
Thanks for the kind words @visav Yeah, that should be possible. It could either be a local package or simply a directory with loose files in it (or even another...
This requires #10 to be implemented first
Hi @0x0c, sorry I'm not sure what you mean. Could you please elaborate?
For this I recommend either using the `--option-path` argument to load the options from an external file, or defining the options in the template. Would that solve your use case,...
Hi @Wei-Pinkoi, currently there is no support for local packages in Mint
I think moving over to swift argument parser is probably a good idea, which also makes this easier, in terms of implementation and documentation.
Hi @lennet. Thanks for the PR, they are some great additions! I’m on holidays somewhere remote till the 30th so won’t have time to look at this properly till then....