Rodrigo Batista de Moraes

Results 37 issues of Rodrigo Batista de Moraes

**Is your feature request related to a problem? Please describe.** It is not currently supported to add an image with arbitrary transformation, which is needed when trying to rebuild a...

enhancement
postpone

From #505 I discover that just doing `make install` is not suppose to work. I tried following the instructions in the issue (https://github.com/ahrm/sioyek/issues/505#issuecomment-1333534792), but I ended up with similar errors:...

In one of my projects, I have the necessity of representing an arbitrary instant in time, which include instants before the program start. The current implementation relies on creating a...

I was looking today into adding accents to ampersand's Comic Sans, but I thankfully found out about this fork before committing any work to it. But while examining this font...

Add a new module, similar to the waybar "sway/module" module. It shows the current mode under sway. For that, it needs to communicate with the Sway IPC. In this PR,...

I don't have a macOS to test this on, so I cannot ensure that this is working there. But as far as I know, All crates used support macOS.

help wanted

Would be cool to make the gradient accept luminance values beyond the ones allowed by the sRGB color space (I am already using the OkLab color space), and render the...

The default themes for `attractor-egui` are stored [in `default.json`](https://github.com/Rodrigodd/attractor-wallpaper/blob/68977b020543ab0d61d776dabfbbd5866abedd68/egui/src/default.json#L22), while the ones in the Android app are stored in [the Kotlin source code](https://github.com/Rodrigodd/attractor-wallpaper/blob/68977b020543ab0d61d776dabfbbd5866abedd68/android/app/src/main/java/io/github/rodrigodd/attractorwallpaper/AttractorSurfaceView.kt#L34). It would be easier to maintain if...

In principle, we only need to add `#![windows_subsystem = "windows"]` to the crate root to make it not spawn a terminal. But this would also make it not attach to...