Jordan Webb
Jordan Webb
Fetch arm64 binaries when running on an arm64 machine. This allows prisma-client-py to work on Linux and macOS machines with arm64 CPUs (it actually already worked on macOS because of...
## What does this PR do? This adds an engine for [Docker Hub](https://hub.docker.com/) (Docker's central repository of containers). This is a lightly modified version of `json_engine.py`. I couldn't just use...
I'm building an app inside a Docker container on my M1 Mac, and I was surprised to find that I could not install the oso Python module from PyPI because...
I would like an option to make `frpc` to exit when it fails to reconnect. - I thought that `login_fail_exit` would do this, but it does not. - I submitted...
I attempted to use BlackSheep with https://github.com/abersheeran/a2wsgi so that I could use BlackSheep with https://pywebview.flowrl.com/ which expects a WSGI application. It doesn't work because it seems that BlackSheep does not...
## Version(s) of meta-rust master @ 02db606a9678bddf81169a3f2e7c6346e0876839 ## Version(s) of poky and/or oe-core poky - dunfell @ 320f059a9b7d7cf9b493778933469d5c604be42b ## Expected result `websocat` builds without errors ## Actual result `websocat` fails...
Hi, one of the readers of my blog says that NextDNS is blocking it for porn. I dug around in this repository and couldn't figure out where the block is...
I was running into this error when trying to save plugin preferences. I don't think the `Ajax` object is around in recent versions of ttrss. I don't really know what...
Extend the API to allow extra parameters to be passed to the `Starlark()` constructor that specify additional Starlark libraries to make available in the interpreter. ## starlib https://github.com/qri-io/starlib These look...