Simran
Simran
Huh, I think it actually selected the wrong Qt I installed earlier (5.9). Interestingly, I have to run CMake twice to make it pick up the Qt directory for some...
What compiler do you use and what version of arch, the compiler and Qt exactly?
Using the latest arch Docker image, after some back and forth I was stuck with an error "Python is required to build QtQml.". I also hit the following error when...
I tried to reproduce your compile error by using the same OS and compiler but aside from a few annoyances I can successfully build Olive on Arch. I don't know...
When you clone the repo, you need to specify that you also want the submodules to be cloned: `git clone --recurse-submodules https://github.com/olive-editor/olive` Or you can do it later by running:...
You can try this patch to use OCIO 2.3: #2294 Downgrading OCIO and then continuing a build might not work. You should probably configure with CMake again, maybe even delete...
Are there backticks inside the api block by any chance? I ran into a similar problem: ``` Template render error: unknown block tag: endhint ``` `hint` is provided by a...
@mattsimpson Does this work? ``` {% hint "info" %} New as of ME 1.13. Room Resources to allow you to use Lecture Capture {% endhint %} ```
Just wondering: it sounds like it would be trivial to fix the runner software to look in the right repo, but the security aspect might not be as simple? (checking...
Is this about deploying penpot on-prem under Windows for using the tool productively or about setting up a development environment under Windows to contribute code to the project?