Eric Aguayo
Eric Aguayo
I'm using Code Server (https://github.com/cdr/code-server) on Oracle Linux 8 with PHP 8.0.9 and was getting the same issue. I confirm that executing `composer update` in the extension directory seems to...
I managed to install and run owp by switching back to old ruby version 1.8.7 with rvm, what I did was ``` rvm install 1.8.7 ``` then I grabbed the...
Has anybody figured the clipboard sync part?
I know this is old, but I got this too, the issue was that the data folder was created under root but the php script runs with an unprivileged user....