Sebastian Davids

Results 199 comments of Sebastian Davids

https://github.com/spring-projects/spring-framework/issues/28797#issuecomment-2387137015

I tried to verify if this issue has been fixed with `7.6.6` but I stumbled upon a different issue: #476

This has not been fixed in `7.6.6` either. ```shell $ mkdir -p /tmp/test/example/test && cd "$_/../.." $ echo 'java=21.0.4-tem' > .sdkmanrc && sdk env $ printf 'package test;\nimport org.jspecify.annotations.Nullable;\nclass Test...

This has not been fixed in `7.6.8` either. ```shell $ mkdir -p /tmp/test/example/test && cd "$_/../.." $ echo 'java=21.0.5-tem' > .sdkmanrc && sdk env $ printf 'package test;\nimport org.jspecify.annotations.Nullable;\nclass Test...

https://support.apple.com/en-us/102360 > zsh (Z shell) is the default shell for all newly created user accounts, starting with macOS Catalina. https://en.wikipedia.org/wiki/MacOS_Catalina > macOS Catalina [was] released to the public on October...

> if you've continuously migrated your Mac environment from prior to that Not everybody is as old as we are 😉

https://stackoverflow.com/questions/3327013/how-to-determine-the-current-interactive-shell-that-im-in-command-line Unfortunately, the output of `ps -p $$` is not standardized and some terminals report it incorrectly. `$BASH` or `$ZSH_NAME` usually indicate the shell used but it is not reliable...

I experimented a little: ```console $ sw_vers ProductName: macOS ProductVersion: 12.7.6 BuildVersion: 21H1320 $ ps -p $$ PID TTY TIME CMD 77576 ttys002 0:00.20 -zsh $ echo $SHELL /bin/zsh $...

There are three options: 1. do nothing 2. if one of `ps -p $$`, `$SHELL`, or `$ZSH_NAME` contains `zsh` then install zsh completions instead of bash completions 3. same as...

This blocks development on current Apple hardware.