Jana Dönszelmann
Jana Dönszelmann
# Motiviation In some code I'm working on, being able to use map on arrays with lengths specified through const generics would be a great thing to have. However, this...
This changes nothing about the code, the RADIO stayed pretty much the same between 0.10 and 0.11. However, the structs aren't compatible simply because of the version mismatch.
I found this awesome project and decided to fix some TODOs (PRs incoming). But I could not see how to reproduce the todo which is currently directly on the Module...
Running cargo clippy (the linter) on the projects suggests that some key types in hashmaps which implement Ord and Eq have interior mutability (Cell/RefCell) members. This means that it's theoretically...
TODO here: https://github.com/yupferris/kaze/blob/a3435ad89a32820b50868d5b0b17a154405d0b05/kaze/src/runtime/tracing.rs#L7 How about a newtype? ```rust struct TraceValue(graph::Constant); ```
This one is a little more complex than the previous one. The problem is that these values were stored in a vector inside the module, However, I propose (implementation with...
This PR checks whether a name of an input is already in use, and panics in that case. Docs are fixed and code is tested.
I propose to archive this repository. I have been trying to rework this crate all day such that it works with modern rust compilers. I failed since multiple integral dependencies...
It would be cool if there was support for wacom tablets/pens. For example, mapping buttons on the pen to the eraser. Xournal++ currently supports this as a source of inspiration:...