Brian Parma
Brian Parma
There's a simple `proxy_pass` example for working with nginx and gitit, but only an apache example for proxying from a `/wiki/` URI. I proxy multiple servers under a single nginx...
This is a cool idea, but how hard is it to go in the other direction? For example, a device that only supports playing Airplay (Boxee Box) being made to...
I find my most common use case (previously with click) was to add cli options to a single-command script. Is it possible to make clii run a default command (or...
I just discovered this project and it sounds very cool, so I tried getting it to run but I am running into the following problems: I tried the minimal download...
If I try to connect to a device that is turned off, and wait with `connect().await()`, I will eventually get a `StateChange` from `onConnectionStateChange` with a `status = 133 (GATT_ERROR)`...
I was using flask+gevent and wanted to switch to eventlet so I could use python3. The following is an example of using a generator with bottle (same idea with flask)...
**Describe the bug** There's a documented way to provide a python version/instance (like from mach-nix) to a kernel environment, but I cannot see any way to do the same for...
**Describe the bug** I tried to add multiple packages to the kernel environment, but some are missing. **To Reproduce** I copied the getting started example and added 2 modules: ```nix...
with toml version 0.10.1, toml.loads('var = 0xb0') works, but: toml.loads('var=0xb0') throws > toml.decoder.TomlDecodeError: Invalid date or number (line 1 column 1 char 0)
I sometimes have a machine on multiple networks at once. In wireguard, this is easy as I can just create a new config with a different interface name, and they...