Adam Hupp
Adam Hupp
**Is your feature request related to a problem? Please describe.** I setup an ssh_domain and connect via `wezterm connect `. This failed with an error because the versions of wezterm...
cookie-parser's signedCookie function has the following behavior when it encounters an unsigned value: "If the value was not signed, the original value is returned." This is subtle behavior, and it...
latent-diffusion has a setup.py and uses `find_packages()`, but since a few of the directories are missing `__init__.py` nothing is actually installed if you use `pip install ...` on it. This...
@mbarakaja reports: I am not sure if this is related but my build started failing with this new version h_inventory/fetch.py:131: in _validate mimetype = magic.from_buffer(response.content, mime=True) ../../../virtualenv/python2.7.14/lib/python2.7/site-packages/magic.py:165: in from_buffer m...
### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are...
## 🐛 Bug description If I create a new project with `wasm-pack new`, and add wgpu as a dependency it fails to build. Adding `resolver = "2", or "edition =...
I'm writing some python with pycapnp to reflect on arbitrary capnp RPC endpoints. These endpoints have a method that returns their corresponding CodeGeneratorRequest, and I was hoping to load that...
Windows users regularly run into issues with incompatible/broken or not found magic installations. Current issues: https://github.com/ahupp/python-magic/issues/137 https://github.com/ahupp/python-magic/issues/288 https://github.com/ahupp/python-magic/issues/225 https://github.com/ahupp/python-magic/issues/276 https://github.com/ahupp/python-magic/issues/248 https://github.com/ahupp/python-magic/issues/87 https://github.com/ahupp/python-magic/issues/139 https://github.com/ahupp/python-magic/issues/233 https://github.com/ahupp/python-magic/issues/73 https://github.com/ahupp/python-magic/issues/60 https://github.com/ahupp/python-magic/issues/34 This task is to...
I was looking at how to do the namespacing suggested in #102 but it wasn't clear how to re-generate source files from the xsd/wsdl. Could this be documented or automated?
It would be nice if the onvif-rs crates were available on crates.io, so they can participate in the usual semver upgrade processes. There's an existing, essentially unused "onvif" name you...