nitnelave

Results 287 comments of nitnelave

Huh, I didn't think that string comparison would be a sticking point. And if you remove the assert, are things broken? Both lists should be in the same order, even...

Ah, no, itertools is going to break since it'll advance the wrong one... On Wed, 31 Jan 2024, 07:04 Valentin Tolmer, ***@***.***> wrote: > Huh, I didn't think that string...

@dvv sure. Can you give me the SQL command you ran to update the collation? I'd like to include that in the migration scripts.

On second thought, it shouldn't be necessary: the order should be the same, so just removing the assert should be enough.

On third thought, I think the itertools utility used for grouping uses the ordering, so we have to re-sort.

Are you still blocked here?

Sorry if I missed something, but with #27 is the example in the Readme still correct? If the span fields are implemented, it feels like the example should read: ```...