Guillaume Chau

Results 124 issues of Guillaume Chau

Currently, column comments aren't retrieved. - [ ] Investigate feasibility - [ ] Write SQL See: https://github.com/Akryum/graphql-migrate/blob/master/src/util/getColumnComments.ts#L3

enhancement
good first issue

Currently, column comments aren't retrieved. - [ ] Investigate feasibility - [ ] Write SQL See: https://github.com/Akryum/graphql-migrate/blob/master/src/util/getColumnComments.ts#L3

enhancement
good first issue

The list table query is currently missing comment. - [ ] Investigate feasibility - [ ] Write SQL! See: https://github.com/Akryum/graphql-migrate/blob/master/src/util/listTables.ts#L23-L26

enhancement
good first issue

The list table query is currently missing comment. - [ ] Investigate feasibility - [ ] Write SQL! See: https://github.com/Akryum/graphql-migrate/blob/master/src/util/listTables.ts#L4-L9

enhancement
good first issue

An utility exposed by pathe could help make sure the generated paths are valid under Windows. See https://github.com/histoire-dev/histoire/issues/256

enhancement

### Describe the feature Give more control over caching with fetching strategies/policies: ```js useFetch('/api/foo', { fetchPolicy: 'cache-first', }) ``` - `cache-first`: if present in cache, return without requesting, otherwise request...

enhancement
🍰 p2-nice-to-have

✏️ This is a draft note about a unified set of standard APIs to create devtools. I discussed about this a bit with @antfu too and trying to write down...

The current devtools are available as a pane in the devtools and as a standalone electron app. IMO we should keep those as some people prefer having the devtools in...

Going to any docs page (such as [this one](https://nuxt.com/docs/getting-started/introduction)) shows an Error 500 on Firefox: ![image](https://github.com/nuxt/nuxt.com/assets/2798204/b68588ba-603d-476f-a841-5410abbf7683) Disable strict protections and ad blocking extensions doesn't help.