linkrope
linkrope
BTW: When I accidentally inserted an `action` before `returns`, it was somewhat surprising that the `action` is quietly discarded.
The current solution is much better than the original `ignoreArgs` and `action` hack. It's only that I encountered some problems in my first try of the `customArgsComparator`. I have to...
see Eclipse's Java formatter option: "Prefer wrapping outer expressions (keep nested expression on one line)"
May I suggest to have a look at: https://github.com/linkrope/oberon2d/blob/master/include/runtime.d
"more mathematical" means: if b > 0, then 0
``` $ env SHELL=/bin/bash SESSION_MANAGER=local/Latitude-5520:@/tmp/.ICE-unix/7746,unix/Latitude-5520:/tmp/.ICE-unix/7746 QT_ACCESSIBILITY=1 COLORTERM=truecolor XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu-xorg:/etc/xdg SSH_AGENT_LAUNCHER=gnome-keyring XDG_MENU_PREFIX=gnome- TERM_PROGRAM_VERSION=1.70.2 GNOME_DESKTOP_SESSION_ID=this-is-deprecated LC_ADDRESS=de_DE.UTF-8 GNOME_SHELL_SESSION_MODE=ubuntu LC_NAME=de_DE.UTF-8 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh DMD=dmd XMODIFIERS=@im=ibus DESKTOP_SESSION=ubuntu-xorg LC_MONETARY=de_DE.UTF-8 GTK_MODULES=gail:atk-bridge PWD=/home//github/gamma XDG_SESSION_DESKTOP=ubuntu-xorg XDG_SESSION_TYPE=x11 GPG_AGENT_INFO=/run/user/1000/gnupg/S.gpg-agent:0:1 SYSTEMD_EXEC_PID=7792 XAUTHORITY=/run/user/1000/gdm/Xauthority VSCODE_GIT_ASKPASS_NODE=/usr/share/code/code GJS_DEBUG_TOPICS=JS ERROR;JS...
The color theme of Visual Studio Code seems to be important! I use "solarized light" for both Visual Studio Code as well as for the separate gnome-terminal. And while I...
I have checked the output again. With the current version of Visual Studio Code. And even with "Solarized" it works now. writeln(red("RED")); is clearly red. The options in the help...
We use infer-attributes regularly at work. In what way do you think the experiment failed? Because we are thinking about creating a pull request or in the worst case a...
Especially bad because remove/restore was once recommended as solution to avoid layout problems with hide/show.