Michael Rampl
Michael Rampl
I face the issue 2 times within my application. Both times, the highlighted area stretches widely among the screen thus needs most of the space and breaks scrolling exactly as...
I'm using ``` display = Display(backend="xvfb", extra_args=["-nocursor"]) display.start() displayEnvVar = os.environ.get("DISPLAY") os.system("ffmpeg -f x11grab -video_size 1024x768 -framerate 30 -i %s -draw_mouse 0 out.mp4 &" % (displayEnvVar)) ``` which hides the...
As far as I have seen there is no way for xvfb - but what about xvnc?
The reason I'm having two data structures is that I need some extra functionality, like the ability to generate drawings. If there is a possibility to implement traits of y-crdt...
Thats a good start but doesn't fully answer my question. Imagine I have one array in my UI representing all the paragraphs. Additionally I have a crdt doc with one...
Any update on this or any reason why this still is not merged?
I'm facing the same issue. The exact error I'm getting is ``` ERROR @wdio/config:ConfigParser: Failed loading configuration file: //wdio.conf.ts: Unexpected token 'export' Unexpected token 'export' ``` It seems like the...
Indeed, this ``` /* To learn more about this file see: https://angular.io/config/tsconfig. */ { "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "forceConsistentCasingInFileNames": true, "strict": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true,...