Francesco Belvedere

Results 24 comments of Francesco Belvedere

> Running up to date archlinux with fluxbox. > > The overlay intercepts all mouse clicks and keystrokes making the system unusable. > > Also I had to install xcompmgr...

Would you like to make a PR? I have had plenty of difficulties maximising the window size in Electron in a cross-compatible way.

I have the same use case. My custom validator uses some internal logic that can return a custom error message. The only way I found to return a dynamic error...

This issue is still present on iOS. When at the bottom, it falls behind the keyboard. When it is at the top, it falls behind the address bar.

For anyone stumbling upon this, I solved with: ```js literal( new Date().toISOString(), namedNode("http://www.w3.org/2001/XMLSchema#dateTime") ) ```

Any updates on this feature?

The mismatch I am talking about can be found here https://alexandrebonaventure.github.io/vue-mq/

Still experiencing this issue. In my case, it happens if I use any external variable/import in the `nuxtI18n` component options. E.g. this works: ```ts @Component({ nuxtI18n: { locales: ['en'], },...

Same issue here. It would be good to get @championswimmer's take on this.

> Same issue here, I can't access the state properties via moduleName.foo, only using moduleName.context.state.foo. > > **EDIT:** A workaround is to use an internal state "internalFoo", and create a...