Jakub Ciszek
Jakub Ciszek
Hi @long2ice, I experience the same problem with `unsigned big ints` (values over 2^63 - 1) ## MRE ```python import asyncio import asyncmy async def create_table(cursor): query = """ CREATE...
> I'm not sure if I understand correctly. Why would the first word be ignored? That's because of how the values are converted to booleans. At line [140](https://github.com/MaartenGr/BERTopic/blob/9e5558bc2d04797280b10576added63730459621/bertopic/representation/_pos.py#L140) a lookup...
Hi @MaartenGr, I see the PR for part 1 was accepted - great! What about the second part? Is this behavior intended? Should I open a new issue for that?