Sebastian Bernauer
Sebastian Bernauer
@caxefaizan this might be related to https://github.com/dpgaspar/Flask-AppBuilder/pull/1846. Yould you please give https://github.com/dpgaspar/Flask-AppBuilder/pull/1846 a try and see if it fixes you problem? You can get a idea on how to patch...
Thanks for your fast response! I have to admit I didn't understand it fully. Is the problem with `set()` or with `get_mut()` or with both? I honestly only care about...
Thanks again both of you! I currently don't have the need to modify Array entries, my Array is consisting of `u32`s, I'm just overwriting them. So i will remove `get_mut()`...
Well that was faster than expected. Thanks for merging https://github.com/aya-rs/aya/pull/290! I updated my PR so that it only adds `set()`. It would be great if you could give it another...
Thanks for the explanation! I need to update the contents of an `Array` (not an `PerCpuArray`), which doesn't have `get_mut_ptr`. My understanding is that modifying a global Array will be...
I'm also running into this with Superset 1.5.3
I had to fiddle around with `tokio::runtime::Builder` instead of `#[tokio::main]`, as I need to ensure at least 3 tokio workers are present. Without that my application was deadlocking on systems...
What can basically try now is `mkdir -p pixelflut && docker run --rm -u 1000:1000 --init -t -p 1234:1234 -p 5900:5900 -p 9100:9100 -v "$(pwd)/pixelflut:/pixelflut" sbernauer/breakwater:0.12.0 --statistics-save-file /pixelflut/statistics.json --video-save-folder /pixelflut`...
Ahh you're right! Have read that and had it back of my mind, but totally missed that. Thx!
That kind of motivates me to continue on this and add the rgb parsing as well ^^