Mario Grgic
Mario Grgic
Note that all other temperatures seam reasonable (except perhaps ambient air temperature which is very low 4 º C up to 8 º C for iMacs).
It appears that if you flip the setting `c.TerminalInteractiveShell.emacs_bindings_in_vi_insert_mode = False` this is fixed. So, some Emacs bindings must use Escape + sequence, which means we have to wait after...
Yes, essentially `:!external_command` is it. Basically, ability to execute external command passing the current file name with file modifiers, like %:p, %:h etc (or alternatively eclipse workspace location, project, file...
@ncelerier I'm using OpenJDK 11. ``` $ java -version openjdk version "11" 2018-09-25 OpenJDK Runtime Environment 18.9 (build 11+28) OpenJDK 64-Bit Server VM 18.9 (build 11+28, mixed mode) ```
That `/Applications/Xcode.app/Contents/Developer/usr/bin/python3` path above is very suspect. Not sure why that is picked up at all.
@AymericFerreira No, I have not pursued this further, so I don't have a workaround.
Please note that macOS sanitizes your environment if you have System Integrity Protection (SIP) enabled. E.g. ```export DYLD_FALLBACK_LIBRARY_PATH=/usr/local/lib``` followed by ```echo $DYLD_FALLBACK_LIBRARY_PATH``` prints nothing. The following variables are sanitized: ```...