Alpha Particle

Results 24 comments of Alpha Particle

I get a similar error for a blue pill with genuine STMF103C8 chip (probe-rs 0.29.1). Pressing the reset button seems to fix the issue, however I do have a reset...

Thanks, you are right, that worked: ``` let mut v = Vec::new(); v.push(Pos2 { x: locx + 0., y: locy + 0., }); v.push(Pos2 { x: locx + 70., y:...

Thanks. In fact, I had just updated rustc to 1.81 since another crate required it. So yeah...

> Tried your same settings without any success. You might be better off to try pasting version 1.0.2 (a full refactoring I think) from this fork [https://github.com/Windows81/OBS-Zoom-to-Mouse](https://github.com/Windows81/OBS-Zoom-to-Mouse) over the current...

I added my thoughts here (https://github.com/emilk/egui/discussions/5660) but then found this thread.

@barries Did you manage to do a PR for this?

Interesting. I see that they offer a full zip download that includes the icons as SVGs and fonts. I guess you are using Python to download the zip and extract...

This is what ChatGPT suggests LOL. Converting an SVG image to a TTF font in Rust involves several steps, as Rust does not have a direct library to handle the...

What is ttfgen? `ttfgen` is a Rust library used for creating and manipulating TrueType fonts (TTF). It provides a relatively simple API for defining glyphs, font properties, and generating valid...