Martin Schuster

Results 21 comments of Martin Schuster

Thanks for the hint @intika , I went even further and directly changed it in `marker.sh` :) But my suggestion is to change the *defaults*, as I guess that many...

Hi @srenkens, your issue has already been fixed with 6f4f084, so you just need to check out the library directly from github (on [the project page](https://github.com/bremme/arduino-tm1637), click the green "Code"...

This has already been fixed (in 6f4f084), but you have to manually download the current release ([v1.1.1](https://github.com/bremme/arduino-tm1637/releases/tag/v1.1.1))

Additional info: This is a `div.gh-header`, which gets assigned `background-color: #fff` in `discussion-timeline.scss`

Fix: Add ```css .gh-header { background: var(--color-button-face) !important; } ```

I can confirm the crash-on-start for 1.2.1beta, ``` E/AndroidRuntime(17243): FATAL EXCEPTION: main E/AndroidRuntime(17243): Process: net.khertan.forrunners, PID: 17243 E/AndroidRuntime(17243): java.lang.NullPointerException: collection == null E/AndroidRuntime(17243): at android.os.Parcel.readException(Parcel.java:1552) E/AndroidRuntime(17243): at android.os.Parcel.readException(Parcel.java:1499) E/AndroidRuntime(17243): at...

Had the same issue, most likely caused by accessing OctoPrint through a reverse proxy (so the URL looks like `https://my.web.server/octo/`). Fix suggested by @Pavulon87 works for me (replace all 3...

p.s. fixed a similar issue (print head was not rendered) with the same approach, replacing `/plugin/prettygcode/static/js/models/ExtruderNozzle.obj` with `./plugin/prettygcode/static/js/models/ExtruderNozzle.obj` and replacing `/plugin/prettygcode/static/js/helvetiker_bold.typeface.json` with `./plugin/prettygcode/static/js/helvetiker_bold.typeface.json`

Path issue; it's fixed by changing the path, and only appears when OctoPrint doesn't live in `/` (see initial report -- problem occurred when @rogodra moved to using `/print1` and...