Jean Dao
Jean Dao
Well in our code we have to include some vmkit headers which will be compiled with our makefile, so with our standard. I didn't manage to keep the c++0x standard...
Well I'm not sure of anything since I was playing around with the makefile to make it work. Anyway I ended modifying some of our headers (nothing much really) to...
I got the first one trying to reduce this one, I suppose they are related. ```zig // bug.zig pub fn main() void { comptime var defs: [5]union(enum) { bar: []const...
Note: works fine if value assigned is explicitly marked `comptime`: ```zig pub fn main() void { comptime var def: union(enum) { bar: []const u8, foo } = undefined; def =...
Same here using Void Linux *with X11*, not Wayland. Double pasting happens only with helix + xfce4-terminal combination, not in helix + xterm nor xfce4-terminal with other programs. In xterm...
I too would like an option to show trailing whitespaces only, because showing all whitespaces adds a lot of clutter. I quite like the solution proposed by @divarvel, also I...