Krut Patel
Krut Patel
> we'll have to setup an archlinux container to do that. Ah right, hadn't thought it through. > P.S. Did you test the action? Not yet, will try to get...
Sadly, no response from their team ;-;
Nope, they haven't replied to any request since March. Will have to wait and see.
Hmm while this sounds useful, implementing this will require a very major overhaul of the architecture. The easiest method is, as you mentioned, to run multiple instances of the scrobbler,...
@panaris, thanks to your recommendation, I realized the "profiles" part is gonna be pretty easy on Linux. This is because we are compliant with the XDG Specification regarding user directories....
Facing the same issue while doing the same thing. @zmitchell did you ever figure out a solution that doesn't require editing the source? EDIT: Found the `env` command for poetry,...
Thanks for giving this a look! > maybe this new stuff should live in a `confuse.cache` module Will do. > automatically refresh the value in the handle when this happens...
I realized that `ConfigHandleInvalidatedError` that I'd cooked up is pretty much the same as a `NotFoundError` that is raised when the value (really, the view) is missing. So now we...
That does sound very clean. I have updated the code to call `template.get_default_value()` when we call `handle.get()` on a missing view. This will match the existing behaviour of `view.get(template)` pretty...
Two things- 1. I took another look at the docs relating to "missing" views (the [View Theory](https://confuse.readthedocs.io/en/latest/usage.html#view-theory) section). It says- > resolve a view at the same granularity you want...