Robert Kruszewski
Robert Kruszewski
Right now we will not traverse things like `std.ArrayList(py.PyObject)` but we should. This should be easy enough, if the object is not a pydust object then we should traverse its...
Right now we generate the function with nonsensical signature and unclear if a function like this can even be called.
## What happened? It's possible to publish an api that's not implementable by consumers by not bringing in transitive dependencies that you depend on at compile scope. For instance if...
Right now bitunpacking and take use two different code paths for applying patches but there's no reason why they couldn't
i.e. if we are taking indces `[1, 1, 1, 3, 3, 3]` we can just take `[1, 3]` from underlying array and repeat it appropriately. This, however, assumes that access...
And PyPi
Right now we always get optional iterator, however, the optional value can be elided if we know the type is non nullable.