Acshi Haggenmiller

Results 8 issues of Acshi Haggenmiller

In some testing code, I found it useful to keep around a less-modified copy of a DelaunayTriangulation, and was surprised it isn't clone! This could be probably be added trivially?...

## Purpose This PR is being made to link the ongoing Discourse Integration project code to the main OSF. ## Changes framework.discourse module for interaction. Discourse IDs and hooks added...

Right now I can convert between these types by using `::from_column_slice(mat.as_slice())`. Is there a better way to make this kind of conversion? I would have hoped that From/Into/TryInto where implemented,...

For a certain 4x4 symmetric matrix, nalgebra does not compute a correct eigendecomposition. The maximum relative error in the recomposed matrix is 3.4 (so 340% off). As far as I...

bug
P-high

I was trying to build with the static library output libaprilsam.a, but was getting compiler errors about duplicate symbols. It seems that many symbols are all present in the various...

### Checklist - [x] Updated the plugin to the latest version - [x] I've read the [Contribution Guidelines](https://github.com/grab/cocoapods-binary-cache/blob/master/CONTRIBUTING.md) - [x] I've searched for [existing GitHub issues](https://github.com/grab/cocoapods-binary-cache/issues) ### Issue Description ####...

I just tried to use watt with serde_derive to improve performance in a project of mine, only to find it got much slower running the derive macros. Just compiling the...

**rust-analyzer version**: rust-analyzer version: 0.3.2137-standalone (2b750da1a 2024-10-06) **rustc version**: rustc 1.80.1 (3f5fd8dd4 2024-08-06) **editor or extension**: VSCode Version: 1.94.1 Making any trivial change to the following struct may take several...

C-bug
A-proc-macro