Rico Hermans
Rico Hermans
Quote: > At the standard > setting of 3 segments, cwnd exhaustion would occur after only 3 packets, > or 4 KiB, were sent. Assuming the packets were sent contiguously,...
And get rid of the is_tuple() functions (and related).
python dashboardgen.py graph.gcl Traceback (most recent call last): File "dashboardgen.py", line 22, in model = gcl.load(sys.argv[1]) File "/location/gcl/__init__.py", line 116, in load schema=schema) File "/location/gcl/__init__.py", line 99, in loads ast...
Hi, I'm just dipping my toe into TSDoc, so my apologies in advance if this discussion is out of place, or what I'm about to say is common knowledge. Having...
We use Dependabot and Mergify in the same repository. Dependabot will automatically keep PRs up-to-date with `master`, *unless* some other actor has meddled with the PR in the mean time....
Given a `TypeScriptAppProject`, `yarn test` does the following: ``` $ npx projen test .... 🤖 test | jest --passWithNoTests --all --updateSnapshot ``` The `--updateSnapshot` is dangerous: if I run this...
I'd like to use Cereal to output JSON data in newline-separated record format (of course this semi-standard convention has a webpage: http://jsonlines.org/). Right now, Cereal always outputs newlines while pretty-printing...
Getting the above error when running the latest `pseudo-python` on the `fib.py` example: ``` $ pseudo-python original.py Traceback (most recent call last): File "/Users/rix0rrr/Dev/transpilation/pseudolang/.env/bin/pseudo-python", line 33, in sys.exit(load_entry_point('pseudo-python==0.2.34', 'console_scripts', 'pseudo-python')())...
This is a request for comments about Cross stack References. See #309 for additional details. APIs are signed off by @Naumel. --- _By submitting this pull request, I confirm that...
## Description We want to support operators of CDK applications during their common tasks. What are the biggest problems/frustrations you would like us to address? * Getting an overview of...