Eli Ribble

Results 30 issues of Eli Ribble

This maintains compatibility with the Python json library which raises ValueError when it cannot parse a file.

I'm cross posting this here from a moby issue because I believe that nothing is going to happen with the issue in that project. The original issue is here: https://github.com/moby/moby/issues/33721...

I have an extremely large git repository - several hundred gigabytes and several million commits. Running `git-lfs migrate import --everything --above 100Kb` causes `git-lfs` to run for hours and create...

enhancement
patches-welcome

It appears that the only way to determine how many chips are valid is to attempt `gpiochip_open` with some number of different integers and discard any failures. Is there an...

Python 2 was sunset in 2020, so it's worthwhile to remove compatibility shims now. Type hinting information is quite helpful for anyone hoping to learn by reading the code.

### What happened? I'm working on migrating from v0.5.3 to 0.7.3. I've exported my accounts individually. I'm working on importing one export of 10G of mailbox on a Virtual Private...

bug

I sent a request via jmapc to my [stalwart-mail](https://github.com/stalwartlabs/mail-server) installation. The request succeeded and I got the following back: ``` { "methodResponses": [[ "Mailbox/set", { "accountId":"b", "oldState":"sr7qyb20337cy7aq", "newState":"sr1qybomaqodi7aq", "destroyed":["co"] },...

Currently all requests have a 30 second timeout. This should be the default still, but configurable via a parameter to the client constructor.

There are some fields that can be sent with `null` values over JSON, which means they are set to `None` within Python. The broad config-based exclude directive is not given...

There are various places in [the JMAP spec](https://jmap.io/spec-mail.html) where `null` values should be allowed. Specific to my use case: > 2.1 Mailbox/get >This is a standard “/get” method as described...