Matthew Bafford
Matthew Bafford
https://docs.smartthings.com/en/latest/capabilities-reference.html#robot-cleaner-movement
Steps to produce: * Create event with an event name like "[
I discovered this using [word] for visual tagging of my event names. Steps to reproduce: * Create event1 with a name like "[test] t1" * Create event2 with name like...
### Problem Having a posting entry with a currency, but no amount, causes `beancount-import` to raise an error and drop into the debugger. The file validates fine from beancount's perspective....
Looks related to [this issue](https://github.com/pyca/cryptography/issues/6390) in the cryptography project, suggesting the whole platform wheels are being downloaded. Downgrading to `cryptography===3.4.8` resolves the issue for now. In my particular case, the...
Add mention of needing to run `playwright install` if contributing/testing changes. The `pytest` tests don't clearly state why they fail if playwright isn't installed. `tests/run_examples.sh` does mention it, in the...
Change to make Click recommend `--help` instead of `-h` to avoid conflict with `-h` (`--height`) parameter. I would probably remove `-h` entirely, but not sure how important maintaining that is....
On my test Redis instance (~4 million entries), this resulted in a *substantial* improvement in run-time, mainly by batching all of the calls into the same block of LUA as...
Help when redis namespace is filled with a lot of multiple-level nested keys. Instead of: PREFIX:a:b:c PREFIX:d:e:f PREFIX:z:y:x You can limit to 1: PREFIX:* Limit to 2: PREFIX:a:* PREFIX:d:* PREFIX:z:*
It looks like tiny-maven-proxy has a bug which causes the request to hang for 30+ minutes (indefinitely?) when the repository returns a 301/302 redirect. ---- Using the latest JAR build...