Rahul Badenkal
Rahul Badenkal
This is the config i am working with ``` export const COMMON_TOAST_OVERRIDE: Partial = { positionClass: 'admin-container toast-bottom-right', // all toasts container toastClass: 'admin-single-toastr-container', // single toast container newestOnTop: false,...
Is it possible to get type helpings from ngrx forms for userdefinedproperties? It currently stores it as KeyValue pair and I get no autocompletion in the ide.
If the items to be searched are [ "Hello", "Hello)", "Mate" ] and search query is ")" I expect it to match 1 record (index 1), but it returns no...
If the server returns a error that is not specifically tied to a form control, then how do i store the error since I can't transform the error to the...
I looked through the docs but didn't find a way to do this. I Want to know if the form was submitted, is there any variable that stores that information....
Last commit was made 6 years ago and sadly this is the only library that handles scrapy requetes sequentially so it would be good to know this before using this...
Hi, How hard/compilcated do you think it is to add a debugger option like [this](https://www.onlinegdb.com/online_python_debugger). ? I went through the roadmap but didn't see any plans of adding debugger and...
### Acknowledgements - [X] I read the documentation and searched existing issues to avoid duplicates - [X] I understand this is a **bug tracker** and anything other than a proven...