Merynek
Merynek
In my project I need to set restriction on google map
I got some errors during running karma tests. Error log: ``` "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" test --scripts-prepend-node-path=auto > [email protected] test > node --max_old_space_size=8000 node_modules/karma/bin/karma start karma.conf.js karma-webpack does not currently...
I have this config: It works but coverage is on test files only. So 100% :-)). I need coverage only on .ts files, but I dont know how set preprocessor...
In my case i would like to prevent (system) sleep, not only screen. Is it possible to add parameter for ignore native wakelock [(prevents only screen)](https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API) and use only video...
I would like to have more types in Droppable component. I found this article in your documentation:  I prepare example when you can see interesting use case. https://codesandbox.io/s/wandering-worker-7wv6i?file=/src/index.js I...
Cannot use virtualized list for Droppable elements. On my project I use lot of this Droppable zones in list, so I need virtualization. But its not supported right now. I...
Hello, When I remove hangfire its better but not ok. Can you pls show me what I did wrong in my code (globally) or about using hangfire? Here is my...
I would like to have more types in Droppable component. Workaround for now is implement two Droppable elements
In startup.cs I add filter for all Error response, bcs I return own error object (ErrorResponse) by throw exception and in middleware I return this code in response. But these...
I cant dragging with items on mobile when I use portals. You can check this on your own examples. I found out that you solved this in version 12.0.0-alpha.7 so...