Pierre

Results 110 comments of Pierre

Feel free to use the domains from the issue. std.fyi is my domain.

@AnthumChris I want to implement this on a site that streams opus files. All the files have the same sample rate and frame size, and for each file, I have...

Hi, thanks for your comment. In my opinion data should always remain in HTML, unless it needs processing or should otherwise be dynamic. I can however create a branch and...

I'm relying on Marten for most persistence in my app, but there are two massive tables that are still raw PGSQL because they need partitioning supports (by tenant, timestamp). It...

I've only tested alwsl with Xming. But even then, I can reproduce this and then some. emacs outright crashes: ``` text X protocol error: BadRequest (invalid request code or no...

Provide output of `curl -I github.com` please.

If whatever distro you are using in WSL has squashfs tools installed, you can use alwsl snapshots to switch between systems. That can be improved in the future by having...

No other distro has been as outspoken about WSL integration as SUSE. Partnership between MS and distros has to be driven and wanted by the distro devs. alwsl's original intent...

alwsl can install any WSL-compatible rootfs using the snapshot task: ``` alwsl snapshot restore-sfs /path/to/rootfs ``` I just discovered that this doesn't work because something messed up the newlines in...