BlankSpruce
BlankSpruce
Although I'm going to change `appdirs` dependency to `platformdirs` I've found out that technically you already could affect cache directory, at least on Linux, with `XDG_CACHE_HOME`.
You can change cache directory directly through `--cache-dir` argument or indirectly with environmental variables (like `XDG_CACHE_HOME` on Linux) in release 0.24.0. About environmental variables for your OS please consult with...
This is as far as you can go with stubs. You'd have to implement extension such as this one: ```python # acme_corporation.py command_definitions = { "forwarding_function": { # other keywords...
It's not possible and I don't think it's a great idea in general. I'm aware that general rules might not apply to specific instances though. Here's my reasoning why I...
> I still believe it's up to the user to choose its own battles. You can still guide users on which path is the recommended one, by provide good default...
This is probably driven by `libbost-python-devel` entry which pushes the comments so far.
I need to emphasize something here: I'm aware that you can setup diff view so that it reads better. That snippet above was rendered from markdown code block. My point...
I don't have access to Windows machine to test manifests myself and for undisclosed reasons I'm not going to add Github Action to do it automatically on release. As such...
Yes of course, I'll make sure it's available wiht next release.
Executables got published with 0.24.0. Please check if it works as intended.