Kael
Kael
You can define custom file types for basic highlighting: https://www.jetbrains.com/help/idea/creating-and-registering-file-types.html#create-new-file-type Line comment: # Support paired everything: enabled Keywords (probably some mistakes here): 1 ``` aggregate alter and any commit create...
That's fair enough, I don't really know how all the caching and historical stats works. I was thinking about ways we could display other entry points on the main package...
Duplicate of #19685
It controls the dropdown in the default footer and can be two-way bound with v-model, you still have to do the pagination yourself. > split the chunk coming from the...
This probably isn't possible with the current API but generic slot types would also be useful, for example if I have a component that iterates over an array passed to...
Oh yeah definitely, we have stuff like this too: ```ts defineComponent(() => ({ props: { items: Array as PropType, itemKey: String as PropType } })) ```
Presumably it could be done as a plugin, like `ForkTsCheckerWebpackPlugin`
I couldn't figure out how to fix this, I'm reverting #15229 in 3.7 because suspense is clearly not ready to use yet.
https://hono.dev/guides/best-practices#don-t-make-controllers-when-possible