raylu

Results 31 issues of raylu

### Is there an existing issue for this? - [X] I have searched the existing issues ### Description I often want to encode a bunch of identically-shaped objects like {"name":...

enhancement

```py import sys, fastwsgi def app(environ, start_response): start_response('200 OK', []) return [b'hi'] fastwsgi.run(app, sys.argv[1], 8000) ``` running this with either `127.1` or `localhost` both cause it to claim FastWSGI server...

`lorem_ipsum_1a.py`: ``` """ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Purus semper eget duis at tellus at. Leo...

##### SUMMARY Add a few types to the code pylance is able to use these to suggest completions and point out some errors I could go farther if you're interested

##### SUMMARY run https://docs.astral.sh/ruff/linter/ on every push and PR (also test the build) https://github.com/raylu/dool/actions/runs/8856958479 I broke up the fixes into separate commits for your reviewing pleasure

Previously, the file backend treated the empty passphrase as passphrase unset and would unconditionally prompt the user for it. Only after hitting enter on the prompt would keyring attempt to...

the spawn semantics are "weird"

https://lit.dev/docs/tools/development/#typescript currently doesn't explain that you need to ensure `useDefineForClassFields` is off and it's pretty tricky to figure out that your problem is in `tsconfig.json` when this happens because there...

![image](https://user-images.githubusercontent.com/90059/124976500-346c9180-dfe4-11eb-957e-d59665ccffa7.png)

as #102 shows, the fact that `JsonURL` doesn't round-trip empty arrays is pretty surprising. I can't really think of a situation where you would want to save the `:` byte...

enhancement