Veeti Haapsamo

Results 64 issues of Veeti Haapsamo

Sorry - I'm not 100% sure if this should be an issue, feel free to discard if considered not applicable! [The following refers to `cosine_pdf::value()` — @hollasch] Consider the following:...

book 3: Your Life
level: patch

_(Disclaimer: my implementation of this project is in Rust, and my experience with C++ is limited. I am linking to reference docs just to make sure I have verified my...

book 2: Next Week
book 3: Your Life
status: in progress

Thank you for the amazing newsletter 🧡 On the website, it could be nice to have: - selectable light vs dark mode, with a simple button for picking the active...

Currently, if you have a configuration with (for example) ```toml remote_topgrades = [ # hostnames here ] [git] repos = [ "~/git/*/", ] ``` and you have private git repositories...

Thank you for the absolutely fantastic software ❤️ Tiny feature request: save the zoom level / font size when quitting and restarting Pilot. This is already the behavior with Orca,...

As a VST developer, I want to be able to use `rust-vst` to create a VST that has a graphical user interface. To help this, `rust-vst` should provide at least...

GUI

The Y output in Random Sampler aka Marbles seems to always work based on the Steps control. In the Marbles hardware, by default, Y is smooth / slewed even if...

It seems that Rings does not follow the same convention of 12 o'clock V/oct position. Here's a screenshot of the control voltage from Marbles going straight to a tuner (pure...

What would it take to support the Teensy series of chips - especially the newer 3.x and 4.x families based on Cortex M families? - Teensy 4.0 and 4.1: "an...

type: enhancement
difficulty: hard
priority: low
status: needs PR

The example created in this PR https://github.com/http-rs/tide/pull/784 looks super interesting! That PR has a comment: > I think before merging anything like this, the example should have a large and...