Malcolm Jones (bossjones/Tony Dark)
Malcolm Jones (bossjones/Tony Dark)
@jglick as a work around you can use something like https://www.npmjs.com/package/cli-highlight then run: `kubectl get -o json $type $name | highlight` That's what I do currently :)
Thank you for looking into this @lazka excited to see the possibilities. fakegir gets you most of the way there, but it is prone to issues and requires quite a...
Came across this post in another git issue earlier today ... it has some code that is specific to miniconda, but it seems it could work in any situation. pyenv.d...
> I have something similar happening with `torchvision`, but only when installed from the cu118 repo. Running `uv pip install torch torchvision --verbose --index-url https://download.pytorch.org/whl/cu118` fails. It looks like it...
Hi everyone, first of all thanks for working on flatpak-builder. I'm in a similar situations to several people in here, namely @sudden6 's situation where I want to support PR...
That solution works for me as well, thanks for the tip! @alexlarsson ( And thanks for the further validation @sudden6 ! )
Is it possible to add @kunalbhagawati's code block to a `Common problems` section in the documentation at least until the regression is fixed? @RonnyPfannschmidt I think I got bit by...
Good call, i'll do that :) @nicoddemus
@SurelyYouareJoking https://github.com/mpdavis/python-jose `pip install python-jose[cryptography]`
I started down this path a little bit cause i kept messing up my little POC project, my first time writing pylint plugins (ruff doesn't have support yet) so be...