Rodrigo Batista de Moraes
Rodrigo Batista de Moraes
The multi-sampling option works by multiplying each dimension of the attractor's aggregation buffer, and then downsampling it using a Lanczos kernel in the shader. It also applies the colormap to...
Dithering is used to avoid banding artifacts in the smooth color gradient of the background. The current implementation of dithering were copied from [Bevy's implementation](https://github.com/bevyengine/bevy/pull/5264). Not sure if I implemented...
### Windows Terminal version 1.21.1272.0 ### Windows build number 10.0.22631.0 ### Other Software _No response_ ### Steps to reproduce - Fill the buffer with enough text to make it scrollable...
I am working with GeoJSONs with very long properties, and it is hard to visualize them directly in the popup. It would be much more useful if geojson.io handled it...
## Reproduction 1. Copy any plain text, like the shell code below: ```shell echo "hello $1" ``` 2. And run ```shell wl-paste > hello.sh ``` ## What happens The command...
When I tried to run `rr record ls` (or for any other program) I get the following error: ``` $ rr record ls rr: Saving execution to trace directory `/home/rodrigodd/.local/share/rr/ls-18'....
I am currently working on integrating libvips into an image viewer that uses tiling. I am trying to use libvips specifically because it can filter the image during resizing (Lanczos,...
I am currently migrating from sway to Hyprland, and so I added support for Hyprland in the sway_mode module. Because the module is no longer sway-only, I decided to rename...
> @Rodrigodd Hi! Do you think it is possible to add support for sub-cycle accuracy to the JIT emulator? > @Rodrigodd I mean, even more emulation accuracy than cycle accuracy....
### Problem Occasionally, when I am using `nvim-treesitter`'s incremental selection, neovim crashes. I see it occurring while editing Rust and Python files. At first I was pretty sure it was...