LoipesMas

Results 10 issues of LoipesMas

A proof of concept for a config file feature. Uses toml format and currently allows for setting multigrid, maximized and font antialiasing. Obviously should support more, but I'm not sure...

### Is your feature request related to a problem? Please describe "Earth tones" color scheme has low contrast with dark(+) theme. Dark theme: ![image](https://user-images.githubusercontent.com/46327403/179507200-67f655c4-6743-4732-85f1-459bda5e312c.png) Light theme: ![image](https://user-images.githubusercontent.com/46327403/179507242-a02f5ebf-59c7-4b83-a8a8-d708b0543ef3.png) In light mode...

request

Sometimes, about 1 in 50 songs, the program will just stop at `notify.sound(error)` from `notify.send(f'{info["artist"][0]} - {info["name"]}')` in `downloadBySpotifyUriAlbumMode` **EDIT:** Forgot to add: I'm on Debian 10 with KDE plasma

I would like to have working colliders __and__ pre-bake my multi-mesh instances. ## Current situation Currently (with the version from AssetLib), with the following settings: - `Show output in tree`:...

EZBlocker mutes Spotify when it's paused (Spotify's title changes to "Spotify Free") and then, because of the delay, it stays paused for a second or so after unpausing, sometimes even...

Looking at the server code, it seems that a big part of it (handling connections, encryption, reading from sockets) could be removed if you would use a web framework (such...

enhancement
difficulty: hard

I'd suggest using a logging crate, to reduce boilerplate code. Preferably one that uses [log facade](https://crates.io/crates/log), such as [env_logger](https://crates.io/crates/env_logger) or [flexi_logger](https://crates.io/crates/flexi_logger). I know `flexi_logger` can be customized a lot (formatting,...

enhancement
difficulty: easy

`cargo_args` argument is supposed to be working just like cargo does with arguments after `--`, but I haven't managed to achieve that with `clap`'s derives. Maybe I missed something or...

bug
help wanted
good first issue

# Objective - Closes #4960 ## Solution - Use enums for viewport position and size, and convert when needed --- ## Changelog #### Added: - `ViewportSize` and `ViewportPosition` enums -...

A-Rendering
C-Usability
C-Breaking-Change
S-Needs-Review

The new auto-imports feature doesn't work with functions/constants that have `_` in their name. For example, when I try to get `wisp.html_response`, the moment I get to `html_`, the `wisp.html_response`...

bug
help wanted
good first issue
priority:medium