Jean-Paul Calderone
Jean-Paul Calderone
``` [FAIL] Traceback (most recent call last): File "/home/exarkun/VirtualEnvs/scratch/lib/python3.9/site-packages/klein/test/test_form.py", line 763, in test_cookieWithToken self.assertEqual(to.calls, [("hello", 1234)]) File "/home/exarkun/Work/python/twisted/src/twisted/trial/_synctest.py", line 432, in assertEqual super(_Assertions, self).assertEqual(first, second, msg) File "/nix/store/wl02plhc6zf84m6x9984l42wnnnbly5m-python3-3.9.6/lib/python3.9/unittest/case.py", line 831,...
app.py registers `KleinRequest` as an adapter from `twisted.web.server.Request` to `IKleinRequest`. It looks like the purpose of this is to create an extra object where some extra Klein-specific state can can...
I followed the Python getting started instructions on https://nix-community.github.io/dream2nix/guides/getting-started-python.html I ended up with this flake.nix: ``` { inputs.dream2nix.url = "github:nix-community/dream2nix"; outputs = inp: inp.dream2nix.lib.makeFlakeOutputs { systemsFromFile = ./nix_systems; config.projectRoot =...
Thanks for nix-tree! It's great. I love these tools that take advantage of all the great information available from the Nix packaging system. One thing I'd really like to use...
Fixes #62 I've tested this with a number of deployments for a host that runs GitLab and its dependencies. My latency to the target server is around 100ms and my...
**Is your feature request related to a problem? Please describe.** When deploying changes with `deploy_nixos` a large portion of the deploy time is spent copying .drv files to the remote...
**Is your feature request related to a problem? Please describe.** When using the `keys` feature to put secret values into `/var/keys` it is difficult to cause other parts of the...
Data produced by an `IBodyProducer` will mostly just sit in a `FakeTransport` buffer (after https://twistedmatrix.com/trac/ticket/9003 is fixed, anyway). It might get delivered somewhere by a manual `pump` call but since...
Sometimes requests for Kubernetes data can get hung up. Right now they don't ever time out so that's the end of updates. Add some timeouts so that things move on...
C-c is the only way to exit kubetop right now. It can leave unsightly blemishes on the terminal: ``` ^CTraceback (most recent call last): Failure: twisted.internet.defer.FirstError: FirstError[#1, [Failure instance: Traceback...