Tau
Tau
You can have a recursive local function by first declaring the variable with let and then setting it, e.g. with such a macro: ```closure (= reclet (mac (name def) (list...
> texstudio.exe right-click properties window>compatibility>"Change high DPI settings" If your window manager does not support that, setting `QT_SCALE_FACTOR` for texstudio (e.g. to `0.8` if your system scale is 125%) also...
~~From my very limited testing, it seems that~~ I just checked, and glibc ld-linux.so completely ignores the `LD_PRELOAD` envvar and the `--preload` switch when the binary looks static. The first...
Is the * part of the declaration or in a doc comment?
Zls normally wraps the declaration in \``` pairs, between which the rest of the Markdown syntax should be disabled. Could this be an error in the client side implementation? Could...
Does this occur in other editors too? I certainly haven't noticed it in Sublime Text. Should we add a config option to escape Markdown in declarations?
Haven't really tried clangd yet, it seems kinda slow...
#308 hides the top level comment for members, but where and when should they be shown? The `import` line could have doc comments on its own: ```zig /// Very important...
Just got a prototype deflate compressor up and running, and implemented PNG writing for most color formats. My internetz are currently gone, but I'll be able to make a pull...
You can even work around this without calling `___tracy_alloc_srcloc`: ```zig pub inline fn trace(comptime src: std.builtin.SourceLocation) Ctx { if (!enable) return .{}; const statics = struct { var call: ___tracy_source_location_data...