Bitz
Bitz
Hello, did you find any information about this? I am currently looking for a way to programmatically reset the limit per client/ip.
I really do appreciate the teams stance of "maybe if we ignore it, it will go away". The astounding thing about this is that this is an incredibly simplistic use...
I actually just came here to suggest this. Uh- yeah, support!
You are missing the promises polyfill.
Hey, I know this topic is a bit old, but this is the way I've been doing it - _ws.OnClose += WsOnOnClose; private void WsOnOnClose(object sender, CloseEventArgs closeEventArgs) { if...
@Zure1, Yes, but do I suggest leaving it in as it will keep retrying constantly- which may be a bit unhealthy for your application, also, the 10 seconds sleep gives...
I am having this same issue. It looks like `clearOnEmpty` is not being obeyed for some reason. I did the following to replicate clearing the items, ``` $('select').selectpicker('deselectAll'); $('select').find('[value]').remove(); $('select').selectpicker('refresh');...
Has there been any progress with this? Ordering navigation properties still does not translate into the expected ordering in EFC5.0.5 ```cs var form = _db.Forms .Include(x => x.Sections) .ThenInclude(x =>...
> +1 for this issue. double order bys doing nothing is very annoying especially for more complex objects Hey, I believe this will be fixed in 6.0r5 Please see #24706...