Results 80 issues of linkmauve

The API to use for this is now `mem::MaybeUninit()`.

This alone improves performances during idle screen by about 20%, and simplifies the code quite a bit.

Your `all` target currently unconditionally compiles everything everytime it is called, for example from the `install` target. This prevents build and install from being two different steps of the build...

Just like Firefox, but unlike libavif, avif.js doesn’t support the alpha channel yet, giving fun artefacts in images such as https://linkmauve.fr/files/railgun.avif See Firefox’s rendering (but it’s the same in avif.js):...

I tried to make a single commit per change, so that people looking at the history will understand the changes better even if they aren’t familiar with bevy. This is...

The two main changes compared to :0 are the addition of a `` element, and an `` one where special care must be taken to keep existing data you don’t...

When I joined a MUC, I got asked for my nick, and I picked a nick which was already present, which led to a proper error, but then once I...

bug
UX
MUC

Have a look at this video, where resizing from lower sizes to bigger sizes reproduce this bug: https://linkmauve.fr/files/converse.webm --- Want to back this issue? **[Post a bounty on it!](https://app.bountysource.com/issues/62239253-resizing-converse-from-1920x1080-to-1366x768-offsets-its-drawing-location?utm_campaign=plugin&utm_content=tracker%2F194169&utm_medium=issues&utm_source=github)** We...

bug
UI
fullpage

**Describe the bug** Even just in the four buttons above message input, two are using the imperative tense to describe the action, one is using “click to …” to describe...

UI
improvement

### Input C/C++ Header ```C typedef const struct foo { void *bar; } *foo; ``` ### Bindgen Invocation ``` $ bindgen --no-layout-tests log.h > log.rs ``` ### Actual Results ```rust...