Nikita Rushmanov

Results 8 issues of Nikita Rushmanov

If you try importing an Arduino project into Atmel Studio while having this library installed, you will get a "length cannot be zero" error and the boards list won't load.

I'm getting about 3-6 fps on the voronoi output. I'm running Ubuntu 14.04 on a rig with an AMD FX6100 cpu. Should be more than enough processing power. Using the...

`x11-dl` fails to link when building a `x86_64-unknown-linux-musl` target on Ubuntu 20.04 when using rust `1.72+`. ### Notably: - It works with rust `1.71` and `1.70` on Ubuntu 20.04. -...

https://github.com/spadgos/sublime-jsdocs/issues/336 I created syntax definitions for DocBlockr. This is very basic, but it's a start. From here on you can use this as a template to add syntax definitions for...

### What does this PR try to resolve? Fixes ~#13534~ #9029 This PR implements a change that will make major wildcards in sub-dependencies be coerced by a more restrictive dependency...

A-dependency-resolution
S-waiting-on-author

I added a test case `trimesh_plane_square_intersection`. If you run this test with the current master, it will get stuck in an infinite loop. We're missing an exit condition.

I have a newer "Lightspeed" Logitech G Pro which has a dongle that is physically much longer. See this picture: Because of this, the soldering method documented in the readme...

I'm facing a problem due to [feature unification](https://doc.rust-lang.org/cargo/reference/features.html#feature-unification) caused by `use_f64` not being additive. I depend on rerun in my project, which uses `tobj` in f32 mode, but I also...