Stefan Boos

Results 8 comments of Stefan Boos

Thank you @ghilainm for your comments. the `git submodule init` was the missing link for me :-) I have written down the steps to create a presentation from scratch in...

same here with osmc on a raspberry pi3 ```sh $ uname -a Linux osmc 4.14.78-4-osmc #1 SMP PREEMPT Wed Dec 12 17:58:11 UTC 2018 armv7l GNU/Linux $ head -n 2...

13.23 from master also works on the raspi 3 with osmc. Thank you for the quick response!

Hello @adamtornhill , This PR is now ready for being merged. Please let me know if you would prefer a different way of testing in `test_git_complexity_trend_should_process_non_utf8_encoded_files`. On the one hand...

As a very slow workaround, one could run ```sh docker buildx build --platform linux/amd64 -t code-maat-app . ``` This would use the Rosetta 2 emulation. On my machine the build...

I prefer the following workaround, which trades off container size against time behaviour: 1. Change the `FROM` line in `Dockerfile` such, that the `latest` clojure image is used instead of...

The same problem applies here as well. I have fixed the code as shown here: [b4122e1](https://github.com/wonderbird/maat-scripts/commit/b4122e14bf3c29ecdbeeea001b8c982b038b410f). Unfortunately I have seen this issue here later and thus moved my original fix...