Jonas Obrist

Results 85 comments of Jonas Obrist

filters will always try to fall back. You have two options, either do the queryset in a way that you query the translation model directly or use the global language...

I don't know if bothering them about this is worth it, maybe they're happy with boto.

> Is that what amazing dunamo db does? Let's say if there's an item with a set with 1 element and later that element is removed. this test fails for...

🤔 this gets even more complicated because of `F.set_if_not_exists` which doesn't have an equivalent for empty sets from what I can see (eg "remove_if_not_exists")

> I can't figure out what the difference between `Condition` and `KeyCondition` is 😢 `KeyCondition` can be thought of as a specialized version of `Condition` that only works on the...

> Guys, how can i write a query after a certain GlboalSecondary index that a table contains ? how would the query look in aiodynamo ?(can't seem to figure it...

> Can someone help me with an example of doing a query on a table ? I really am confused as to how to put a KeyCondition in a query...

> I'm also not sure of how to do a particular query. Can someone help me query the following table using aiodynamo - I want to find all `id`s that...

> However, there is an issue where the self type is not recognized. aiodynamo doesn't use this type, so why is this an issue? > To address this, it would...