Felix Queißner
Felix Queißner
This isn't actually a problem that comes from undefined. It also comes from very defined values: ```zig const std = @import("std"); pub fn main() !void { var value: [2]u4 =...
I also think we should add a native syntax, although i prefer `TxN`, so `f32x4` is more readable imho, as it still conveys type information first (it's a f32, but...
After some discussion with @Snektron we came up with another idea, utilizing already existing features and make people remember less syntax (assimg `@Vector(4, f32)`): * ~~`[|4|]*f32`~~ * ~~`*f32x4`~~ * ~~`v4*f32`~~...
A potential fix here would be be `AnyPointer` and `AnyConstPointer` and using `*opaque{}` and `*const opaque{}` internally
This is also on my bucket list. If i find the time today or tomorrow, i can try creating a "wasm polyfill" for QOI support based on the Zig impl
You're right. I'll check it out soon why it doesn't work.
I think this should be doable, but it needs to be prepared... Do you have experience with Qt and translations and could start a PR that implements this?
Can you elaborate this? I don't understand your issue. Is this a feature request? A bug report? Just a "nice, i like gemini"?
I don't think it's a good idea to implement that for gemini pages in general, as not all pages are blog entries or documents and a reading time display only...
This might be a side effect of using justified text instead of left-aligned one