Barrett Ray
Barrett Ray
I noticed that the `rye` crate uses `once_cell` as a dependency. However, [the `OnceCell` type](https://doc.rust-lang.org/std/cell/struct.OnceCell.html) is stable as of 1.70. Are there any reasons to keep the `once_cell` crate, or...
Unfortunately, this app seems not to run under Wayland when given the option. Instead, it uses Xwayland, giving it an ugly title bar, worse performance, and bad fractional scaling (very...
As a Plus member, the other Proton apps allow me to utilize multiple accounts at the same time. It'd be nice to have the same experience here. Currently, this feature...
Hi there! My computer started dying when I used this template, but I thought it was my fault. After a few hours of effort, I found that `rust-analyzer` HATES `flatpak-builder`....
I use YouTube often while doing long tasks. This is made easier by queueing videos I find in my subscription box letting it go untouched for some time. This is...
> We are happy to answer your questions about the code or discuss technical ideas. Please complete the following checklist (by adding [x]): - [x] I have searched open and...
It's confusing to alter Godot's `MultiplayerAPI` on the Rust side of things. In GDScript, you can freely assign the `MultiplayerAPI` a `MultiplayerPeer`, which lets you change things like the port,...
I'd like to see an adapted version of the ["Sell"](https://fonts.google.com/icons?selected=Material+Symbols+Outlined:flash_off:FILL@0;wght@400;GRAD@0;opsz@24&icon.query=flash&icon.size=24&icon.color=%235f6368) glyph that has a slash through it. The normal variant means "tagged" within my app, but I'd love to see...
Fixes #94, fixes #108 This prevents users from accidentally using both features, as they are mutually exclusive. Please let me know if you would like any changes! :sparkles: