bluss
bluss
I was thinking, here are some steps to reproduce: ``` mkdir myroot cd myroot uv venv .venv/a uv venv .venv/b uv init testproject ``` The error from `uv init` is:...
Here is another poem + raw block workaround that allows most inline markup: https://forum.typst.app/t/how-to-force-line-breaks-without-extra-spaces/4091/10 I think it still speaks for a native "environment" that works similar to this, i.e preserving...
current status is that I'm trying to write up release notes for ndarray 0.16 so we get a release. It would be good to include this because it's technically a...
Copyable-ArrayViews :open_mouth: nice!
Hm, what does this mean "Maintainers of ndarray must guarantee going forward that LayoutRef never leaks its underlying data." Avoiding memory leaks in general is hard and not part of...
I'm impressed by this work. No tests even have to change, best possible backwards compatibility. Surely something must be a breaking change, some methods have been given new homes under...
I think that we should treat this change as worthy of the 'breaking-changes' label, unless we have very good evidence it's almost entirely free of existing code breakage. - I...
> For example, trait IntoNeighbors or IntoNeighborsDirected should have definiton of borrowed Self as first parameter, instead of a consuming Self, which I think it's design problem. The design is...
Clippy is fixed on current master. I just approved the CI run. Not sure if I can review sensibly.
@BjornTheProgrammer Main reason is I'm a quite bad maintainer, as you can see, so it takes some time. So always wary to take on more complexity especially in an area...