Jos

Results 6 comments of Jos

This is still a problem today. I cannot (and should not) overwrite static class properties. How to fix this without creating modifying classes? Isn't there any config method available to...

Added `cmd-shift-k` also ``` [ { "context": "Editor", "bindings": { "alt-up": "editor::MoveLineUp", "alt-down": "editor::MoveLineDown", "alt-shift-down": "editor::DuplicateLine", "cmd-d": "editor::DuplicateLine", "cmd-shift-k": "editor::DeleteLine" } } ] ```

Me too. My NC (23.0.6 via Docker, data dir mapped to external SSD mount) suddenly stopped syncing after creating a new folder on my Macbook in the root nextcloud folder....

Same here. Blender 4.1, Importer 0.23.2. Update: this was on mac. On Windows it does work.

My issue was that although I had Herd serve the site over https, my APP_URL was still on http, giving mixed content errors when loading the previews. Might be worth...

Same issue here with the default example and ml5 v0.4.3: [codepen reproduction](https://codepen.io/josfaber/pen/PozaGmg?editors=0011)