bluss
bluss
It needs a solution where the result does not depend on the way you chunk the same data. SipHash for example buffers the data in 8-byte chunks, farmhash could use...
Thanks for fixing. Is it possible to backport this fix to 2.2.x?
For that particular repo (functime.git @ main), it seems to be downloading 285 MB for a regular clone and 231 MB for filter=blob:none. That's a surprisingly small difference.
`uv run` doesn't think the current environment is compatible when it is [rye virtual package issue?]
This seems to be fixed. Uv has developed a lot since then, anyway. In this particular case it doesn't use an emphemeral venv anymore, so that's good.
Edit: The below concern has found other solutions since then, and is not really relevant. For the https://github.com/bluss/pyproject-local-kernel usecase (sorry if this is boring), spawn vs exec would make a...
Is this still possible, how does the ephemeral venv cleanup work? Is it using a scope based cleanup. I'll file another issue that's related to ipykernel, and maybe we'll find...
The pyproject-local-kernel usecase seems to work perfectly on Linux now after the #5257 fix I think :star_struck:. Probably should carry over to windows too. Thanks for the help with this...
I was trying to convert this to generic array: ``` rust struct Entry { keys: ArrayVec, values: ArrayVec, children: ArrayVec, parent: *mut Entry, position: usize, } ``` Instead of the...
It's a very cool library, but it's not suited for what I was trying to do: A B-tree with B as a type parameter. Even writing in primitives like `Uint...
This option doesn't seem to have a useful behaviour at the moment, is it something that will be tweaked? My expectation would be that *items* (functions, struct definitions, similar) are...