Nick
Nick
It's not just parcel but webpack as well. I am trying to debug an issue and plugging in `source-map-loader` revealed this ``` WARNING in ../node_modules/jsoneditor/dist/jsoneditor.min.js Module Warning (from ../node_modules/source-map-loader/dist/cjs.js): Failed...
I had this happen recently but it was apparently caused by intel-media-driver, at some point, it would segfault causing Chromium to lose any kind of hardware acceleration and only force...
What's the output of `vainfo`? also, are you using modesetting driver or xf86-intel?
I'd suggest using modesetting driver over xf86-intel. Just run `$ pacman -Rns xf86-video-intel` to make sure you don't have it installed and make sure you don't have any `/etc/X11/xorg.conf.d/20-intel.conf` (not...
@c-edw when I mentioned crash I meant the hardware acceleration library. Like for instance to determine if this is the same issue I had you can just open chrome, go...
Well judging by the screenshot, the latest version is 2.0.4 and yet yarn tries to download 2.0.5 I reckon it's not entirely the problem of registry here.
I am not entirely sure but isn't yarn already using npm registry to get modules? It's possible that the author released 2.0.5 and then pulled it resulting in de-sync of...
> I faced this problem and I managed to solve it in the following way. > > 1. Enabled info for error.log > > ``` > # logging in server...
@DCCInterstellar I figured it out (at least for me). Courtesy of @evsrt I realized that while my NGINX config did accept 1.2 and 1.3 TLS, Cloudflare minimum was set to...
Wouldn't go as far as to claim Nextcloud in general doesn't support TLS 1.3, I've tested on Android with TLS 1.3 only and it does work, the issue seems to...