Zanie Blue

Results 2950 comments of Zanie Blue

@oremanj just wondering if you had a chance to look into this and if I can do anything else to help. Thanks!

Thanks for looking into it. I tried to make some changes in that vein and must admit I'm still a bit confused. If you can provide more guidance I'm happy...

Switching to `windows-2019` and disabling Windows Defender did not improve performance in my use-case.

For what it's worth, over at Astral we switched to using a Dev Drive with ReFS to great benefit https://github.com/astral-sh/uv/pull/3522 (the GitHub Windows Runners are still the bane of my...

Duplicate of https://github.com/githubnext/monaspace/pull/71 See also #141

Same issue as #104 but changes the install script instead of the instructions. Duplicate of #82

We support this over in uv now. I wonder if Rye supports it if you use the uv overrides syntax in your `pyproject.toml`?

Here's an example in our test suite https://github.com/astral-sh/uv/blob/b22ee82f0d3af607cc49d3f3870805769ea0b6e6/crates/uv/tests/pip_compile.rs#L3014-L3029 Basically: ```toml [tool.uv] override-dependencies = [ "..." ] ```

Sounds like the override was applied here though? > because you require duckdb>=1.0.0 and mosaic-widget>=0.9.0,

Nope the override allows you to change the required version of a package when it is specified by a dependency in your tree.