tasiotas

Results 20 issues of tasiotas

### Environment ------------------------------ - Operating System: `Linux` - Node Version: `v18.12.1` - Nuxt Version: `0.0.0` - Nitro Version: `-` - Package Manager: `unknown` - Builder: `webpack` - User Config: `-`...

bug

Hi, It looks like Query Optimizer is over fetching rows when working with Relay connections. I works fine with List but not with Connections. So when I build schema using...

bug

Hi, Is it possible to define default `sizes`? I tried to put it in the preset, but looks like it for modifiers only. Setting custom `screens` config also isn't the...

Hi, Please add log format option for easier log parsing. Logfmt or JSON would be great. Thank you

Hi, - Docker version 20.10.17, build 100c701 - Docker Compose version v2.10.2 - Ubuntu WSL2 - loki:2.6.1 I am getting a lot of those errors: ``` loki-1 | level=error ts=2022-11-09T16:43:52.196413829Z...

component/loki

### Your use case Hi, I am not sure if its currently possible to handle long requests by specifying timeout and catching it. useFetch/$fetch/ofetch does support it very nicely. ```js...

enhancement

Hi, "@inkline/inkline": "3.0.9", "@inkline/nuxt": "3.1.4", I am trying to override default breakpoint variables. nuxt.config.ts: ``` inkline: { css: true, components: {}, colorMode: 'light', global: false, sassVariables: ['@/assets/css/sassVars.scss'], }, ``` assets\css\sassVars.scss:...

added `avif` support. ### 🔗 Linked issue addresses #2 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ]...

Hi, Here is my schema and query. When I run the query, I get some extra SQL queries in Debug Toolbar, that seem unnecessary. Not sure what is invoking them...

I need to filter related models. Query optimizer works fine, but I cannot get it working with filtering inside custom resolver (without using @strawberry.django.filter) 1. When I define my own...

enhancement