Jay Qi
Jay Qi
I made a composite action that sets up uv with optional caching, after piecing together all of the information in the various places about how to get things to work....
I had the same question and felt like this topic was conspicuously absent from the guide. I think the discussion in this thread would be a great addition.
I understand that WhiteNoise does not yet support ASGI, but I would like to better understand whether this warning is critical (this will break something or severely impact performance) or...
We get the following error on `macos-latest` images: > Error: setup-ffmpeg can only be run on 64-bit systems This seems to come from an explicit check here for x64 (i.e.,...
As someone who just spent some time today experimenting with a migration from conda-lock to Pixi for a project, I just wanted to give some feedback that my biggest motivation...
This is a godsend of a feature, and IMO it should be prominently advertised in the project README.
There is a `print_` argument that controls whether it prints internally in the function. Happy to take feedback about if that seems intuitive. https://jayqi.github.io/spongebob/py-pkg/api-reference/spongebobsay/#spongebobcase.spongebobsay.spongebobsay It's the same way the R...
Yeah, I mean, it's kind of tricky. I meant for the `print_` argument to be there for the interactive case, and I personally do `_ = spongebobsay("whatever")` to suppress the...
These look like Unicode characters. I think this should still work fine, but I'd like to do some more testing/research to understand them and make sure they print as expected....
This adds an extra network call, right? (And we're already doing multiple network calls even before this change.) I don't love this, but I'm willing to be convinced this is...