Netanel Basal
Netanel Basal
I am using your module and i am getting error because i have too many files to watch. app.use(require('easy-livereload')({ watchDirs: [ path.join(__dirname, 'public') ], checkFunc: function(file) { return /.(css|js|jade)$/.test(file); },...
I have this code: ``` html {{countdown}} ``` When i console log the data on the event timer-tick, the data is not the same exactly as the countdown variable, there...
There is option to display the auth provider window in popup?
I upgraded to the version 0.28 and when I am trying the sameWindow or inAppBrowser, in desktop or ios simulator I am getting stuck in the redirecting... page, there is...
https://www.floating-ui.com/docs/getting-started
Highlight components that re-renders using a border around the component.
### Description Create a playground environment on stackblitz using the `falso.new` domain: https://developer.stackblitz.com/docs/guide/open-from-github#set-up-the-main-starter-url See [faker.js]([fakerjs.dev/new](https://fakerjs.dev/new)) example. ### Proposed solution _No response_ ### Alternatives considered _No response_ ### Do you want...
When we open the dialog, we remove the page scrollbar, which causes a layout jump. @tonivj5 wdyt?