Erin Yuki Schlarb

Results 49 issues of Erin Yuki Schlarb

It would be nice if `xmldom` could implement the W3C Selectors API (http://www.w3.org/TR/selectors-api/). Support can be easily added using an existing library such as `nwmatcher`. Example of using `nwmatcher`s selector...

http://doc.crates.io/crates-io.html says: > Acquiring an API token > > First thing’s first, you’ll need an account on crates.io to acquire an API token. To do so, visit the home page...

C-enhancement ✨
A-accounts

This patch fixes a bug that breaks the browser layout when the extension is being disabled without a restart. Also - and this is the important part - it adds...

I just [reported a bug with Apache](https://bz.apache.org/bugzilla/show_bug.cgi?id=63349) with seems to choke on this, but it probably should be fixed at the source (that is, in `sniproxy`). Basically `sniproxy` will emit...

Many fixes for: * Running tests on Debian/Linux * Coverage reporting wrt Python 2 & 3 only code * Source code indented with tabs (like all of mine) * Type...

**Is your feature request related to a problem? Please describe.** `gbulb` has not kept up with any newer features introduced by `asyncio` since Python 3.7 – some of these work...

enhancement

Inspired by the Python code I wrote with lots of references to relevant specs.

# Problem description The current MultiAddr spec does not have any good way for dealing with optional protocol parameters that have well defined defaults. Depending on the specific protocol in...

Needed for adding proxy support to py-ipfs-api-client.

Just a short question here: What is the character encoding of the protocol strings? I realize that the spec only talks about bytes, but implementations expose it as strings for...