piaste
piaste
> If you know for certain what's going to be on both sides of a serialised format, then why pick JSON? For example, because I'm storing the serialised data in...
👍🏻 Unless I'm missing something, Hasura 2 cannot run multi-tenancy at all until this issue is addressed. (Multi-tenancy was the #1 use-case mentioned in the announcement blog post). We tried...
Here's a starting point for Caddy - I haven't been able to test it because I'm trying to run the docker-compose on a Pi4 and I can't find an ARM64...
@billyzs `v4l2-ctl -d 10 --list-formats-out`: ``` ioctl: VIDIOC_ENUM_FMT Type: Video Output Multiplanar [0]: 'H264' (H.264, compressed) [1]: 'MJPG' (Motion-JPEG, compressed) [2]: 'VP80' (VP8, compressed) ``` `lsmod | grep v4l`: ```...
I'm running into the same issue on WSL2 Debian / Windows 10 with the .NET SDK 5.0.200. Up to version 5.2.0 - Ionide loads (but project cracking fails due to...
Update: Completely uninstalled VSCode and all extensions, settings, etc., then reinstalled from scratch. Now Ionide 5.4.0 works. Will update this comment if I find any new extension/setting that replicates the...
@MangelMaxime > Do you have webpack-dev-server installed globally ? No. I have an older version of webpack installed globally, but no webpack-dev-server. > Removing the hot: true do not work...
@MangelMaxime After uninstalling the global Webpack, the CLI parameter (from your PR) triggers refreshing; the original still won't refresh, however. This is the output when it _doesn't_ work (has been...
I belatedly realised something - deleting `hot = true` made autorefresh work on my end but *it wasn't actually using HMR*, just plain old full-page refresh, and I mistook it...
@kerams I'll try it this evening. I did all my attempts directly on the login page itself so didn't notice anything about that. EDIT: Nevermind, can't test at all atm...