raylu
raylu
on 6e18977, ``` debian:~/src/asks/tests$ pytest --verbose --tb=native =============================================== test session starts ================================================ platform linux -- Python 3.6.1+, pytest-3.1.2, py-1.4.34, pluggy-0.4.0 -- /home/raylu/env/bin/python3.6 cachedir: ../.cache rootdir: /home/raylu/src/asks, inifile: collected 25 items...
we found that running these three lambdas without [concurrency management](https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html) was causing us to hit CloudWatch API rate limits. the `Concurrency` parameters default to the `ReservedConcurrentExecutions`'s default, so this should...
#5029 renamed "Barrage" to "Barrage Support" ### Description of the problem being solved: Importing characters with Barrage Support socketed dropped the gem ### Steps taken to verify a working solution:...
**Is your feature request related to a problem? Please describe.** we have a timeout feature in our code that also uses `ITIMER_REAL`/`SIGALRM`. we wrote a test for this which conflicts...
##### SUMMARY make dool installable via `pip install dool` ##### ISSUE TYPE - Feature Idea see also: #4 --- the structure of the code is a bit... inconducive to python...
https://github.com/jazzband/pip-tools?tab=readme-ov-file#configuration supports `CUSTOM_COMPILE_COMMAND`, which replaces the command in the header. this is particularly useful if you use a private repo, because otherwise your header looks like ``` # This file...
if I have this requirements.in ``` virtualenv ``` and this requirements.txt ``` distlib==0.3.8 # via virtualenv filelock==3.8.0 # via virtualenv platformdirs==2.6.2 # via virtualenv virtualenv==20.16.5 ``` then `pip-compile requirements.in` and...
I often want to encode a bunch of identically-shaped objects like {"name": "raylu", "id": 1} {"name": "bob", "id": 2} msgpackr supports "records" for this: https://github.com/kriszyp/msgpackr#record--object-structures cbor2 supports "string references": https://cbor2.readthedocs.io/en/latest/usage.html#string-references...
0.8 is introducing blurred ownership. is it possible to disable that?
I have some code along the lines of ```py subprocess.run(['thing'], env={'KEY': some_carefully_constructed_value()}) ``` I can `fake_process.register_subprocess(['thing'])` but there doesn't appear to be a way to check the env that was...