Gael Lafond
Gael Lafond
Regarding the "vueexample-main" error, I had the same problem. You need to fix the file `lib/Controller/PageController.php` Replace: ``` $response = new TemplateResponse($this->appName, $this->appName . '-main'); ``` with ``` $response =...
Most of the documentation I find on NextCloud is deprecated, which is very frustrating when you are trying to learn the API. This repository was very useful for me. It...
@Andre601 Your yaml sinppet has answered my question, thanks. Maybe I can be of some help to you. ``` cd build/libs zip release-5.0.5 *.jar shell: /bin/bash -e {0} ``` It...
I just realised that today. I prefer MK2's infill. Why is it different depending on the printer?
> I think at the very least we can make it configurable. As you mention, there is a cost based on the size of the backing datasets, but the cost...
I figured out I can use timestamp (numerical value) for the "Modified" property. It's a good workaround, but the bug is still present. String comparison should not produce a JsonParseException....
Thanks @CarlSchwan for looking into this issue. No errors are shown in the browser console. The delay correlates with the number of folders in the group folder. Group folders with...