Results 190 comments of Lyz

Hi @tillprochaska thanks for the quick answer. Would it be possible that the `aleph_exporter` extracts the metrics from the rest of dockers? Right now our production architecture is as follows:...

Thanks @tillprochaska it makes sense what you say. I'm fine with the closing of the issue (•‿•)

Hi @jasha-hrp, I'm still using the tool but not as much as before as I've improved my editor LSP support. The thing is that the code as it is right...

Thank you @ashishbijlani for the notice

Hi @stdedos thank you for opening the issue and pointing out the solution. Will fix it as soon as I can. Maybe if you make a PR the fix will...

Working on it right now

I'm afraid that we can't migrate to `xdg-base-dirs` because they only support Python >= 3.10 and We support all active Python versions (right now >=3.7). The devs [suggest not to...

For these kind of tools I use [`pipx`](https://lyz-code.github.io/blue-book/pipx) which automatically creates an virtualenv for everything you install, while it keeps it easy to update them all. This may solve your...

Hi @hydrargyrum thanks for taking the time to open an issue. Have you tried reordering your code so that you don't run into import cycles? It's often suggested that imports...

Available since `1.6.0` thanks to @wbbradley