Dirk Möbius
Dirk Möbius
Btw. FYI: This whole issue was created for SvelteKit 1.20.x, Svelte 3.x (!), Vite 4.3.x. I didn't have the time to check whether this issue occurs with the newest versions....
> You could use [patch-package](https://www.npmjs.com/package/patch-package) to patch this changes during `npm install` or after `git checkout`. That's what I do. (I don't have the time to fork and build SvelteKit...
The workaround works fine, thanks! :) But it would be better to have an extra 'opacity' property for this.
@TheodoreT I improved your PKGBUILD and added it to AUR. See https://aur.archlinux.org/packages/icc-brightness-gnome-git Note that I created a hard dependency on GNOME, because I don't have KDE and could not verify...
There are two errors. First, configure_xvnc() in vnc_server.py has an error: the check for "vncconfig -list" is missing the "-display" parameter, leading always to the message "vncconfig not available". I...
It really seems that vncdesk must implement cut/copy/paste in both directions, using signal "vnc_server_cut_text" and method "vnc_client_cut_text". Vinagre does the same, see methods vnc_server_cut_text_cb and vinagre_vnc_tab_paste_text in https://github.com/GNOME/vinagre/blob/master/plugins/vnc/vinagre-vnc-tab.c
@bibizio Would you please accept my PR? Thanks! :)
I have a similar error in our application. During page load the javascript console sometimes prints: ``` FlowClient-DyMGXbet.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'updateSize') at Object.eval (eval...
Nevermind, I found the error: some other part of the application updated the UI from an asynchronous thread with `ui.push()` and forgot to wrap it into `ui.access(Command)`. If the UI...
Interesting addon: the whole problem did't happen on Linux. Probably because Athmosphere has a different implementation there, or the network stack is different, so the websocket is handled differently during...