Jordan Lucier
Jordan Lucier
Is there any further update on this? I'm running into issues still with formatting Cython. Any tips @pablogsal?
`use-damage = false` seems to stop the flickering as many have stated, however the performance hit @arvl130 mentioned is pretty rough... It seems to differ between applications. For instance, my...
I'm noticing problems with `xt::tile` and `xt::pad` on `gcc-10` with c++20 as well. For example, this fails with `std::bad_alloc`: ```c++ #include #include "xtensor/xtensor.hpp" #include #include "xtensor/xio.hpp" int main(int argc, char*...
@timscott @rusel1989 I'm trying to do read/write operations similar to what has been discussed here. Any update on whether or not `read` and `subscribe` are functional?
@timscott Sounds good. I was expecting to have to buffer the messages like that. Is `read` working on the most recent release (the version installed via npm) or something else?
@storerjeremy It does work. I did what @Searingfang said to do and it worked without issue.
Bump. Seeing the same error.
Any movement on this recently? I for one would love to see an `einsum` of one form or another in xtensor! Or is there a recommended workaround these days (beyond,...
This is probably useful as reference: https://pygobject.readthedocs.io/en/latest/guide/api/error_handling.html
Seems to only occur for certain themes. I tested a number of "-okai" themes (molokai, Monokai, Benokai, etc) and seemed to have the issues, however with "Tomorrow-Night" I don't see...