Johan Walles
Johan Walles
In this case we should ignore the leading `sh -c cd XXX &&`. ``` /bin/sh -c cd '/Users/johan/src/expedition/application' && '/opt/homebrew/Cellar/openjdk/21.0.2/libexec/openjdk.jdk/Contents/Home/bin/java' '-jar' '/Users/johan/src/expedition/application/target/surefire/surefirebooter-20240306073901594_3.jar' '/Users/johan/src/expedition/application/target/surefire' '2024-03-06T07-38-59_359-jvmRun1' 'surefire-20240306073901594_1tmp' 'surefire_0-20240306073901594_2tmp' ```
The drag-and-drop-to-install part is good and should still be there. After that though, the user needs to be guided into right-clicking the now-installed binary and Open:ing it. Single-shot user study...
Previous OS version (10.15.5 most likely, possibly one or two micro versions earlier) worked fine. It drops out after a couple of minutes for no obvious reason. Bubblemon Touchbar 0.10.3....
Nothing seems to happen when trying to add to the Touch Bar, and this shows up in the system logs: ``` Jan 20 07:39:32 Johans-MacBook-Pro-10 com.apple.xpc.launchd[1] (local.spotify.fde.startup.items[54322]): Service exited with...
Please add support for highlighting non-English commit messages, see example below. Right now, the diff part gets no highlighting. What I expect is to see added lines in green and...
`README.md` says: > The specs must be run with Ruby 1.8.7 (p358). However, Ruby 1.8.7 went End of Life in 2014: I just tried to use RVM to install Ruby...
At least some commands are supported for non-English languages as well. Having those listed as well would be nice! Assuming you don't speak all languages, this data would have to...
: > Travis CI can test on Linux and macOS. But then there's describing... > the Travis Windows CI environment Would you please consider updating `multi-os.md` to mention Windows as...
# Animation with feature `1_2`  # Animation with feature `0_5`  # Description Both files were generated using this exact code, just clone it and `cargo run --bin=screenshot`: https://github.com/walles/loadviz/blob/b19b25e91687b274db487cb4f9daeee9ce82b580/libloadviz/src/bin/screenshot.rs...
This is more of a question than an issue really but: Wouldn't it be simpler to just bind the buttons directly to `workbench.action.navigateBack` and `workbench.action.navigateForward` rather than creating new commands...