peppidesu

Results 13 comments of peppidesu

a lot of fonts connect the plus sign to the minus sign in the '±' glyph. you might want to do some research on if doing so makes the font...

comparing the benchmarks provided by the crate shows a similar (3x) increase: ``` cargo bench --feature rand _bench_matrix3_mul_m (0.18.0) >> test _bench_matrix3_mul_m ... bench: 13 ns/iter (+/- 0) cargo bench...

It seems the problem is already fixed on the master branch, getting 4ns results there.

Found the issue: https://github.com/rustgd/cgmath/blob/637c566cc2141203d8d99c03e7ab770796c44f5f/src/vector.rs#L311-L337 This is on `v0.18.0`. The addition of `default_fn!` prevents `#[inline]` from working, which is causing the slowdown. This was fixed in #548 by moving the `#[inline]`...

looks good! EDIT: not that i care about these personally, but the philippine peso, indian rupee and turkish lira are not listed here, along with some less significant ones.

Tried overriding the stylesheet in my theme fork, no success. Arch Linux, Gnome 44. Please fix this as it looks really jarring ![image](https://github.com/MartinPL/Tray-Icons-Reloaded/assets/29015232/46a6acf8-738f-4d02-8f85-e44e8c4bb443)

Hi, is anyone working on this as we speak? I would contribute but I am afraid I might lack the knowledge to do so.

Hi, I have some PRs open that are specific to the applications plugin, so @ me when the migration is done so I can transfer these to the new repo....

afaik you should put this issue in the corresponding plugin repo

@Kirottu Hi, I would like to see this feature in the plugin as well, are you still working on this? I also see a few issues with your approach to...