Sergei Lebedev

Results 228 comments of Sergei Lebedev

Confirmed, I've just ran into a similar issue with [email protected]

@shkhrgpt do you mean the fetcher is not able to parse it or Dr. E itself would not build with 2.X?

I see, thanks for clarifying this.

Thanks @shkhrgpt, the application did indeed start about that time. > I guess the end time is ZERO because the end time is still not reported to SHS? Do you...

Nope, this was before your PR. I'll deploy the latest version and let you know if the issue persists.

I think we could introduce a BytesTtrie and add a struct-based wrapper on top.

Unfortunately, `BytesTrie` can't be implemented with the current version of `libdatrie`. The maximum size of the alphabet supported by the library is 255 (and not 256), therefore we can't store...

Currently inserting a key with non-mapped letters leads to a no-op. Maybe we should validate the key and throw a `ValueError` in this case. ``` python >>> import datrie >>>...

Do you mean you want `suffix_items` instead of `suffixes`?

Right. I think we should go this way and add `suffix_items` and `suffix_values`. And while we're on it, why not revise the current prefix/suffix API? For instance, I think we...