Soni L.
Soni L.
### Pitch If an user blocks you, you should still be able to report the relevant posts, especially if they're still cached by the client. ### Motivation If you try...
we would like to see guppe implement https://fedilinks.org/2 (.well-known protocol-handler) for web+ap
Currently, LCellOwner is zero-sized, but &LCellOwner and &mut LCellOwner are not. We wonder if it's possible to have a sound API which borrows the LCellOwner but is zero-sized? This is...
Both wasm2c and wasmtime are known for supporting storing v128 lanes in reverse order on big-endian platforms. It would be nice if simde supported it too, as it would simplify...
A lot of the SIMD tests run the same floats through all of the lanes, instead of just assuming lanewise operations to be implemented in a lanewise way. Is there...
SIMD tests do not have enough diversity to catch e.g. swapped lanes. It would be useful to have tests like: ``` (assert_return (invoke "i8x16.narrow_i16x8_s" (v128.const i16x8 0 1 2 3...
While a real compiler should never emit code like ```wast (module (global $a (mut i32) (i32.const 0)) (func (export "get-a") (result i32) (global.get $a)) (func $set-and-return-a (result i32) (global.set $a...
### Feature Description It should be easy to import/export channel list with files.
### Feature Description It would be nice to be able to specify fallback nicks, instead of adding random digits at the end.
Implements what #4391 was supposed to be