Charles
Charles
@duarte-pompeu Thanks for your work ! Definitely interested by this feature I can contribute if needed, let me know
Nice catch @Saghen! One point though: isn't the `Authorization` header already set elsewhere in the client ? `zero_gpu_auth` only aims to add additional headers specifically supported by the ZeroGPU Spaces...
> What's the use case @cbensimon ? Sorry I didn't introduce the PR (I thought that I opened it on my fork 🤦♂️) The idea is to provide a transparent...
> Is it about caching only when examples are run by the user and not during the startup in lazy mode? Yes I think so
To me one use-case would be the ability to mock outside of Pytest : If for instance I have a service A that depends on B, I'll mock B in...
> Yes, and it kind of does but we don't have any tests for zero gpu atm. @pngwn I was talking about static (typing) tests (they should catch this "window...
> it isn't an error to reference the window as sometimes that is present Since we want both browser and NodeJS compatibility, to me it is actually an error to...