Guillaume Chau
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
Currently, column comments aren't retrieved. - [ ] Investigate feasibility - [ ] Write SQL See: https://github.com/Akryum/graphql-migrate/blob/master/src/util/getColumnComments.ts#L3
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
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
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
related to #25
### 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...
✏️ 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:  Disable strict protections and ad blocking extensions doesn't help.