johnpyp

Results 56 comments of johnpyp
trafficstars

Agree on this - VITE_APP_ENABLE_TRACKING is not truly enough to disable all telemetry. Some of us are deploying excalidraw in corporate environments where *any* external call is unacceptable, privacy-preserving or...

I believe I've identified the root cause of this issue. In watch mode, currently when a change is detected it will indiscriminately stop *all* tasks in the run (other than...

> I believe sources need to be in the pyproject.toml alongside the dependencies they annotate. Yeah totally, this makes sense generally. The two things that are weird are: 1. it...

Echoing Colin's usecase - generated, often not source-controlled config is very common in large environments for things like registry configuration that may not be static. In other ecosystems, we use...

@konstin For the pytorch specific usecase, I'm in a situation where I'm still eager for developer-specific `uv.toml` sources, mainly because using `extras` doesn't work very well for this. Some developers...

I think I'm hitting a similar issue here... I have a non interruptible dev and an interruptible dev. Running either of them works fine, but when running both, one of...