Daniel Egnor

Results 58 issues of 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 | |...

error

## xonfig ``` +------------------+----------------------+ | xonsh | 0.9.27 | | Git SHA | 71fe9014 | | Commit Date | Jan 29 08:58:58 2021 | | Python | 3.9.5 | |...

good first issue
environ

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...

miniterm

## 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...

Status: Pending
Area: Arduino as ESP-IDF component

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...

need investigation

(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...

Status: Reviewing

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...