---
---
I have this issue as well after upgrading from Fedora 35 to 36. > I've started Chrome with "--use-cmd-decoder=validating --use-gl=desktop" and now the top bar acts normal. Did not work...
@samsonasik Sorry I was just in the process of updating my example because I've noticed it probably should better be `never` in that case. Can you check my updated example...
Hmm, well I am not deep enough in the topic to assess if it is necessary to avoid rule conflicts, but unfortunately this makes a whole lot of methods skipped...
But thanks for pointing out that SilentVoidResolver to me @samsonasik, I'll probably try to adjust it to ignore the never type stuff so I can finish the refactoring. I guess...
This ~bit~ fucked me after upgrading to Fedora 39. Installing from fork worked for me ```sh cd /tmp git clone https://github.com/mbridon/thefuck.git pip uninstall thefuck pip install -e ./thefuck ```
Can confirm, the WSS port and host must be configurable individually and independent from the server host and port! If sb runs behind a proxy / load balancer, you might...
Yes, using host and port based on `window.location` like @medihack suggests would also solve the deployed-behind-proxy-issue I had described. If you're wondering why a *dev server* is being deployed behind...
> > Are there no workarounds so far? > > I have used the https://www.npmjs.com/package/patch-package for patched the code directly (write my own host). It's seems stupid, but works) Not...
Same on Fedora 37 ``` Aufnahme konnte nicht gestartet werden Caused by: 0: Siehe It Doesn't Work page für Hilfe. 1: Failed to begin ScreencastSession 2: Failed to start screencast...
Oh wow, and now one is supposed to create a fucking BlaBlaAware interface for each service to inject? After sf got rid of ContainerAwareInterface and making services private by default,...