Mick van Gelderen

Results 16 issues of Mick van Gelderen

First of all, I'm not sure if this is a problem with cargo.el, but it is my best guess. I will try to explain my situation as best as possible....

Does it make sense to add a `zip` function to array-like types? Doing so will make it less error-prone to do custom element wise operations: ```rust /// Compute the element...

enhancement

I am working on a project using `uom` for quantity and unit aware numeric types. I have a piece of code that should abstract over `Length` and `Angle` and requires...

breaking change

I just figured out that when you are calling `VR_GetGenericInterface` from the C version of the API, you need to supply for example `"FnTable:IVRSystem_019"` instead of `"IVRSystem_019"` which is the...

Add the ignore flag which make cargo-machete respect .ignore and .gitignore files when searching for files. I've tried to make minimal changes. I've also tried not to make any breaking...

I have a project that includes a git submodule for `.proto` files. Inside of the submodule there is an example rust crate that has nothing to do with the main...

python
rust
performance

Depends on https://github.com/pola-rs/polars/pull/15040

rust
internal

Depends on https://github.com/pola-rs/polars/pull/15186

rust
enhancement