Sebastiaan Dammann
Sebastiaan Dammann
I'Il look at it, but can't give any timeline as this is just my off-time project of course 😀
Thanks for the feedback. I'm sorry, I don't have time right now for this (this is only my off-time project too).
> yeah that's the official update system. I'd rather bypass it but any error log would help The core of the issue appears to be that it attempts to install...
Octoprint doesn't use a simple requirements.txt, and pip does not allow ignoring a dependency nor can you resolve dependency conflicts if you force the current netifaces version. My thinking was...
Trying to cross-compile a package. I ran into: ``` In file included from /usr/include/signal.h:328, from ./signal.h:52, from c-stack.c:49: c-stack.c:55:26: error: missing binary operator before token "(" 55 | #elif HAVE_LIBSIGSEGV...
Yes, Octoprint 1.7.**3** is now running fine!
This also blocks transfer of repositories as this checks for "create permissions": https://github.com/go-gitea/gitea/blob/1d8543e7db58d7c4973758e47f005c4d8bd7d7a3/models/repo_transfer.go#L83-L100 I temporary worked around by creating a temporary team with create permissions and adding myself to it.
Another example: ```json "fontFamilies": { "open-sans": { "value": "Open Sans", "type": "fontFamilies" } }, ... "H1": { "fontFamily": { "value": "$fontFamilies.open-sans", "type": "fontFamily" }, ... ``` Output: ```scss $font-families-open-sans: Open...
I want to be clear, because I don't think I had been: we're still doing stability testing on this - but I'd like to get early feedback, so when we...
(Besides, I don't want you to waste your time cleaning up any mess I made 😀 )