samypr100
samypr100
Thanks @pfmoore, this is a very useful list. Always good to know what alternative approaches would've been better in hindsight.
You can easily integrate highlight js with a bundler (e.g. webpack). If you look at [Syntax's module source code](https://github.com/quilljs/quill/blob/v1.3.6/modules/syntax.js#L69) you'll notice it's possible. This isn't documented properly, but it's the...
> curl: (28) Failed to connect to github.com port 443 after 130461 ms: Connection timed out Github seems to be having a bad day, and I can't re-run the 1...
Sounds good, wanted to make sure releases could continue since I think they're blocked due to the earlier cargo dist update in 5a50a753bdad69f3fd2b7b6e0527314e9b268871 and this PR fixes that. Although we...
FWIW the default in PIP is 15 seconds https://github.com/pypa/pip/blob/main/src/pip/_internal/cli/cmdoptions.py#L294, so I'm not sure uv's 30? second default is at fault.
I think the first option somewhat reflects what pixi does, https://github.com/prefix-dev/pixi/blob/main/src/cli/shell.rs I gave their impl a quick whirl on uv to test, and seems to works pretty well
@anuraaga Even though this issue is for a general ask, the aformentioned bug that led you to open this issue should be fixed now in https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2359
@patrick-kidger That aligns with your statement here https://github.com/astral-sh/uv/issues/1910#issuecomment-2060719717. What I'm not entirely sure if it simplies implementation to do this on `uv run` or `uv shell` either way. One can...
> I don't know if it is useful but there is something called [sparse checkout](https://git-scm.com/docs/git-sparse-checkout). Yes, you could use sparse checkout here effectively to speed things up quite substantially. Normally...
For reference/design, poetry has `--tree` as part of `poetry show`