David Bach
David Bach
Hey there! Great work and its been a pleasure using it :) When running a Julia kernel together with the [Revise.jl](https://github.com/timholy/Revise.jl) package the kernel gets unresponsive upon the first hook...
Example still use old manifolds as communication objects.
The backend expects in the case of fn-expr: vars, plan, function - [x] Needs front-end update - [ ] Predicates are currently wrong in the backend as they take: vars,...
This is not all all done. Using DiffVector we can aggregate `SUM` and `COUNT` in a more efficient, "parallel" way. The idea is to port all of them. Currently not...
When we specify the same symbol as key and aggregation symbol we get an `index out of bounds` problem. ``` :find ?e ?amount (count ?amount) ... ``` Even though such...
Hey 👋 `(U)Int128` are currently serialized by setting the `bit_width=128`. That works perfectly fine with Julia, but as soon as serialized arrow batches are read from another language, such as...
We run into truncation problems because the encoding size is a `UInt32`. This PR does not necessarily need to be merged, we mostly want to unblock ourselves.