Jan Ph. H.
Jan Ph. H.
See issue https://github.com/ziglang/zig/issues/10086 and pr https://github.com/ziglang/zig/pull/11828
Suggestion to close this.
Lone statements in an if else are grammar/parser errors, if on different lines For example, I get on writing ```zig fn somefn(num: c_int) void { if (num < 10) return...
Ah, now I do understand the problem. I think a proper solution requires a parser to distinguish expressions from statements, since those can be arbitrarily nested. I can tell you...
> I don't think there's a reliable way to get the tab width; it seems that gcc and clang just print tabs as a fixed number of spaces (gcc by...
Having the option for runtime-configuration would be also helpful until treesitter indent works properly to ensure a documented has proper formatting (languages without formatter implementation etc). This would include toggle...
> standard specification aiming at portability and compatibility It fails on both regarding PATH, program lookup and is missing extensibility + external control/librarification. Software/Standards not defined for `extensibility + external...
Here is how the scaling model doesnt work stolen from reddit https://www.reddit.com/r/linux/comments/wwsiaf/comment/ilosxsf/?utm_source=share&utm_medium=web2x&context=3: scaling model It took 14 years, but upstream is basically admitting this by working on the fractional scale...
To my knowledge, there is currently no (convenient) way to print the list of files sorted by modification date as shown here https://stackoverflow.com/a/1405664: `find . -type f -printf "%-.22T+ %M...
@tinmarino Thanks for the kind words, but I am not `@deadpixi` (Rob King) and I dont have permissions on this repo. I think this app is very nice and minimal,...