Saeid Zareie

Results 54 comments of Saeid Zareie

Hello, A quick question, as stated in the description of this pull-request, there would be no change on old `pug` and `sass` files, would this be held true after this...

Hello There, I'm a little confused, is drawer openning/closing slow or is the main section (where quasar logo and title is placed) not smothly responsive to window resize? I tired...

Hello There! I think as you mentioned in this issue, this problem is related to `@intlify/vite-plugin-vue-i18n` and not quasar, am I wrong on this? or is this related to quasar...

Hello There! # Explanation on why this is the expected behavior The rendered HTML for a confirm dialog is something like this (simplified version): ```html cancel ok tabindex="0" means that...

this is an error caused by the [incompatibility](https://stackoverflow.com/questions/55921442/how-to-fix-referenceerror-primordials-is-not-defined-in-node) of node v 12+ and gulp v3, there is a [PR](https://github.com/NetanelBasal/vue-generate-component/pull/32) to address that.

Hello There ! I encountered this error today. After a bit experimenting with `neutralino.config.json` file, I've finally found cause this problem. This error occurs when there is no `clientLibrary` field...

At this moment, I can't think of a use-case that would require an Array based syntax for guards at component level, but are we sure that there wouldn't be? and...

@sebargarcia Thanks for the Support ! Regarding suggestion 2, if we are going to keep them as they are, `offset` parameter for pagination should be added to `Offset Based Cursor`...

Hi @doug-martin, thanks for commenting your thoughts ! For FR number 1, as you stated, `nodes` would be a better name. For FR number 2, I completely agree on the...

## Using `storeToRefs` to create a new `defineStore` Here's my version of `defineStore`, I've been using this for some time now, this version of `defineStore` won't have any noticeable runtime...