DumboJet
DumboJet
Using the `accept` function is not so easy (placeholderIndex value is missing from the parameters).
I have a list of dragables and some of them are disabled and I allow no drop on them. I am using the accept function like so: accept: function (sourceItemHandleScope,...
I find this project interesting. Is there any roadmap? Here are some ideas, in case you are interested: 1. Support other DBs and maybe provide short documentation on how to...
I have an old application using Forms Authentication and I am trying to add service-to-server authentication to it using Identity Server 4. So, I have added some Owin/Katana setup code...
I am not sure how and why this happens, but after upgrading to JQuery 3.51 (from 3.4.1), a lot of my libraries broke, including spectrum. Every instance of `` or...
Hi there. I was wondering: Is there anything built-in that I could use for zip-bomb detection? Based on this: http://stackoverflow.com/questions/1459080/how-can-i-protect-myself-from-a-zip-bomb I don't think that checking the file sizes will be...
I want to load an NHibernate entity from a DB, push it to an OpenSearch node for indexing, and then query OpenSearch using C# expressions. Is that possible, and are...
### Is your feature request related to a problem? Applying the `.Strict(true)` to each sub-query is a lot of work and you can always miss something. ### What solution would...