Results 16 comments of Tim Hwang

To add to this, this makes it such that enums with `multiple: true` and a default value can _never_ be set to `[]`. My use case is something like this:...

@sesam my main concern was wordlists which makes up the bulk of the bundle. Your other issue captures my concern 😄

For anyone googling, the README is incorrect. Leave out the `--with-python3` flag, which appears to be deprecated.

Hm, maybe if needed this change and that in #668 can depend on a boolean prop that defaults to true? So if a user is certain that their use case...

Wow what a throwback. It turns out I still make extensive use of this library and have retained _some_ idea of what's going on 😆 I fixed what appeared to...

I rebased on the main branch and force pushed, which seems to have fixed the issue with the automatic rebase pipeline.

@ingoclaro agreed, that's how we're doing it on our end. But there are some undesirable edge cases, because if there is no initial value, the initial check for blocked dates...

"Query string field without a value" would probably be more accurate, sorry. I was mainly wondering if something like this were possible -- basically, supporting valueless fields being parsed as...

Sounds good, do you think it would make sense to (eventually) combine with `strictNullHandling`? Instead of `true` that option can just take whatever value you want the absent value to...

Hi @ljharb I've pushed up a WIP patchset, ran into a small issue and was hoping to get your feedback. Thanks!