kolorafa
kolorafa
The example: "Do you want to know when new attributes change too?" works but somehow not if you have level set o 0, if you set it to eg. 10...
This is a good idea, but less hassle is to just pass the element with event. Less code and less chance to miss element move when 2 elements get dragged...
Nestable2 have event that contain the element, so no need to my patch. But thanks for the tip, i didn't know there is continuation/compatible fork.
There is a light in the tunnel - fsnotify. https://github.com/libfuse/libfuse/wiki/Fsnotify-and-FUSE http://fuse-devel.narkive.com/jLikFBeF/fsnotify-and-fuse Maybe it's already in the kernel and you could build change notifications on it?
I just wanted to implement typeahead on our site, and get the same result, I hope it's a bug.
same here ``` $ cat /etc/os-release ID_LIKE="ubuntu debian" PRETTY_NAME="KDE neon User - 5.24" VARIANT="User Edition" ``` ``` $ code --version 1.68.1 30d9c6cd9483b2cc586687151bcbcd635f373630 x64 ```
Checked older extension versions: 2.1.19 - and newer doesn't work - no button 2.1.17 - and older works fine - generate doc just fine
If I understand correctly the topic, I set `->setCascadeCallbacks(true);` when defining relations and just use Table::delete(), because without it the hard delete is just doing generic `DELETE` on database in...
same here ofc, not only it stops playing, if I click on next, the app crashes (whole page gets white) and the next episode from queue that should play gets...
In my case, I want to test the production error page, yes I could make a hidden page that is somehow disabling FormProtector on that request and/or manually trigger showing...