Kevin Abraham
Kevin Abraham
**Note**: Also contains a fixed version of #157. Should probably reach a resolution on that before this one. **Note**: Contains the following changes from #160, but modified to work with...
**Note**: Also contains a fixed version of #157. Should probably reach a resolution on that before this one. This pull request allows for one to switch multiple applications in one...
Getting this error when running `sudo undervolt --core -100 --cache -100 -v`: ``` $ sudo undervolt --core -100 --cache -100 -v INFO:root:Setting core offset to -100mV INFO:root:Writing 0x80000011f3400000 to /dev/cpu/0/msr...
RHEL 8.6 updates the kernel to 4.18.0-372.9.1. This PR adds `|| defined(EL8)` up to 5.14. Note: I have not tested with `displaylink` (I don't have a DisplayLink device, I just...
Any plans to add typescript support?
Pulled the potential options from https://github.com/frankie567/starlette-csrf#arguments
Currently there's no way to set things like the `Secure` flag on the cookie.
FCC ID: A8J-EWS660AP Engenius ENS1750 is an outdoor wireless access point with 2 gigabit ethernet ports, dual-band wireless, internal antenna plates, and 802.3at PoE+ Engenius EWS660AP, ENS1750, and ENS1200 are...
Fixes #33. The `SIGPIPE` signal is not available on Windows, so its import fails on that platform. Upon further investigation, the `SIGPIPE` signal is already handled by Python by default,...
Ran into this issue while in the process of adding `flupy` (and `alembic-utils`) to conda-forge here: https://github.com/conda-forge/staged-recipes/pull/26023. Seems to be due to this bit here: https://github.com/olirice/flupy/blob/5fc989c79eafd482cb61d855706e17617aa3b5c2/src/flupy/cli/cli.py#L4 `signal.SIGPIPE` is not available...