Daniel Egnor
Daniel Egnor
It sort-of seems like urlpath will URL-encode non-URL-safe characters in URLs: ``` >>> urlpath.URL('/with space') URL('/with%20space') >>> urlpath.URL('/with%percent') URL('/with%25percent') ``` But, existing URL encoding is preserved, so I guess that...
## xonfig ``` +------------------+----------------------+ | xonsh | 0.9.27 | | Git SHA | 71fe9014 | | Commit Date | Jan 29 08:58:58 2021 | | Python | 3.9.5 | |...
## xonfig ``` +------------------+----------------------+ | xonsh | 0.9.27 | | Git SHA | 71fe9014 | | Commit Date | Jan 29 08:58:58 2021 | | Python | 3.9.5 | |...
To reproduce: - Create a serial port that will block output. One way to do this is to enable RTS/CTS flow control on a port where CTS will never be...
## Description of Change Since `delay()` won't work properly with `CONFIG_FREERTOS_HZ` not set to 1000, this adds a `_Static_assert` to verify that fact. (The standard Arduino build already sets the...
It seems like it ought to return NY. In general, looking up 'XXX State' (or phonetic/misspelled equivalents?) should probably work for any of the 50 states, though I think it's...
I have a simple app which - launches a main with `asyncio.run(main())` - in that main, creates a client with `redis = aioredis.from_url(...)` (using SSL) - does some things with...
If the scheduler HZ is
(Edited) This change simplifies and should correct socket error handling in the MQTT implementation for all ESP-IDF and MQTT versions, giving improved performance and correctness. Explanation: Previously, an error (return...
The README for this project says it is "under active development", and positions it as "on steroids" (presumably as opposed to the more widely used `fsnotify` package). Is it still...