Drew Perttula
Drew Perttula
## Describe the bug Despite #725 saying it's fixed, I got this today: `dateutil.parser._parser.ParserError: Unknown string format: Sun Aug 7 20:37:59 America 2022` My config is old and weird, so...
``` 1 files.file(path='/etc/resolv.conf', present=False) 2 files.link(path='/etc/resolv.conf', present=False) 3 files.template(src='templates/resolv.conf.j2', dest='/etc/resolv.conf', ns='10.2.0.1') ``` If I run 1,2,3 I get `--> pyinfra error: /etc/resolv.conf exists and is not a file` If I...
I run like this: `sudo py-spy record -o /tmp/flame.html --pid 123` and the resulting flame.html contains this `` In chrome 95.0.4621.4 (or firefox 91.0.2), this svg element draws at 300px...
This does install lib/python2.7/site-packages/pykeylogger/setup.py, but that didn't bother me. I just preferred being able to have a pip requirements line over having to munge sys.path or mix your files among...
The error for trying to files.put to a readonly filesystem is confusing, and actions continue afterwards in a surprising way: (on host `slash`, / is mounted ro for some reason)...
When I run this: var store = new rdfstore.Store({}, function () { }); store.load('remote', 'somejsonld.js', function (success, results) {}); What happens is jsonld.toTriples in its callback calls Utils.lexicalFormTerm(p) (no second...
FYI, here is what I came up with ``` RUN apt-get install -y golang git RUN go install github.com/nielsAD/autoindex@91a7b87c WORKDIR /opt RUN ln -s '/root/go/pkg/mod/github.com/niels!a!d/[email protected]/public' ``` and I run `/root/go/bin/autoindex`
I don't know the actual cause, but I am using vite FWIW. ``` import Ammo from "ammojs-typed"; loadAmmo = Ammo(Ammo); ammo.js:978 Uncaught TypeError: Cannot set properties of undefined (setting 'Ammo')...
Kind of like #878, here's another files.put silently failing to update the file. Before: ``` bang% ls -l /tmp/net_traffic.aarch64 -rwxrwxr-x 1 drewp drewp 8361192 Dec 30 15:22 /tmp/net_traffic.aarch64 pipe% %...
### Describe the problem you are having https://bigasterisk.com/frigate/ works (for my user) because I have pomerium set "x-ingress-path: /frigate" on all requests. I also have to strip /frigate, so your...