Luke Channings
Luke Channings
> `qemu-user-binfmt` is enough to build out rusty_v8 lib, I imagine it'd work just fine for deno in GH actions on x86_64 linux > > https://github.com/denoland/rusty_v8/blob/main/.github/workflows/ci.yml#L82-L97 I actually used QEMU...
@zz if you're still interested, I have an ARM64 multi-arch image here: https://github.com/LukeChannings/docker-deno (`lukechannings/deno` on DockerHub)
Hey @hayd, The `--platform` argument is for compiling x86/x86_64/aarch64, etc. It won't cross-compile for Windows/Darwin. I push the artefact to the release so that the deno binary can be downloaded...
The init script references in #807 doesn't hang on shutdown, but it does fail to delete the .pid file if FreeBSD is restarted with SickBeard running, which causes SickBeard to...
I had to slightly modify the official `WtFnZb-Renamer.py` in order to fix this issue. Basically I just added a new pattern (`/^(?P.*\[PRiVATE\]-\[WtFnZb\]-)'\[(?P.{3,}?)\]-\[(?P\d+)_(?P\d+)\]\s+-\s+""\s+yEnc\s+/`) that I noticed the existing script didn't match....
+1 I have a somewhat simple higher-order stateless component that relies on React 16's change that allows a component to return a list of components. ```js const InsertBetween = ({...
Hey @ospfranco. No, I ended up going the Swift-NIO route - https://github.com/apple/swift-nio/blob/master/Sources/NIOWebSocketServer/main.swift
This is possible to do with haproxy, but my config for it is a bit hacky ``` frontend tcp-public bind *:443 mode tcp option tcplog tcp-request inspect-delay 5s tcp-request content...
@Mo3m3n I love you.
Notes for future me: - The sign-in endpoint is `plex.tv/api/v2/users/signin` - It takes a `{ login: string, password: string, rememberMe: boolean, verificationCode?: string }` - It returns code `1029` if...