Barnaby Keene

Results 262 comments of Barnaby Keene

Yeah that looks good, we can pair on this some time, I'll have to add my vscode extension store access token to the github actions secrets too.

I would prefer to keep them on ghcr.io now since docker hub really tightened up the free hosting plans.

I'm running into the same issue on an Ubuntu Docker image - I'm trying to set up a reproducable **32 bit** build environment for Linux and this library just isn't...

@elvisdukaj it just won't get past the `cmake ..` stage, claiming it can't find cpprestsdk, I even tried the `NAMES` edit suggested by @garethsb-sony and that just added more missing...

@elvisdukaj ah okay, I didn't know that, I'll try building from source again (I failed already, but that's probably a question for stackoverflow rather than here) @sarunassarakojis already got a...

I'd be up for doing a PR to split these files, where's a good place to start? I think we just need to put the SWR keys in a separate...

Yeah that's how it was, I couldn't get it to work at all unfortunately.

Awesome, thanks for the update and work on this project! If I get around to it, I'll update my Discord voting bot to support websockets.

Found myself here after an unsuccessful search and none of the solutions are working for me. Re-assigning like `global.TextEncoder = TextEncoder;` just throws another error: `Expected input type is Uint8Array...

If the Prisma team is looking for a real-world example then I have one! [Here's a schema](https://github.com/openmultiplayer/web/blob/master/prisma/schema.prisma#L99-L130) with a `Post` model which has repies and also a root post. The...