June

Results 89 comments of June

I was also having this same issue (all the same symptoms) using a self-compiled version of niri, and copying the provided `niri-portals.conf` file to `/usr/share/xdg-desktop-portal/niri-portals.conf` solved it for me.

Even after my fixes in #1340, it panics on startup. Here's the message: ``` thread 'main' panicked at /home/june/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wgpu-27.0.1/src/backend/wgpu_core.rs:1365:26: wgpu error: Validation Error Caused by: In Device::create_render_pipeline Error matching ShaderStages(VERTEX)...

Alright, I was able to run some pseudo-benchmarks and get some numbers on the kind of performance hit I'm looking at. To do this, I basically just added the following...

I've been thinking about this issue a bit more, and I think that a better option might be not to allow skipping diffing (sorry, this might be turning into a...

Yes, using flamegraphs is how I already determined that the unicode_width call was the hotspot here. They're not the most useful without context, as other things are also going on...

In my specific use-case, rendering images is expensive and I don't keep their data around once I've sent them to the terminal because that would just double the memory usage...

I really would still prefer my suggestion, if you're willing to reconsider. > I suggest you keep the images on disk as temp files and rather than using shared memory...

I took this over on our end and just pushed some more commits to 1. Fix another issue I ran into (specifically, when unioning multiple schemas where the first is...

Yes, sorry - I'm still somewhat new to this codebase, so I'm taking a good second to read through the associated docs and comments to figure it out first.