Not Existing
Not Existing
Currently all builtin databases support the [orm](https://modules.vlang.io/orm.html), and it would be nice if this one does too. **Needed for support:** - [ ] implement [`orm.Connection`](https://modules.vlang.io/orm.html#Connection) - [ ] get it...
With the introduction of having [multiple paths](https://github.com/solidjs/solid-app-router#multiple-paths) for one route, it might be useful to have a way to have an option in an arbitrary place in a path eg....
A Component Library Template would be nice, so you could quickly scafhold a Library
This PR fixes overly eager execution of effects in components > [!WARNING] > I have not yet finished tested this in my project ```tsx import { Show, type Component, createEffect...
## Reason Currently the plugin automatically converts path nodes (see the [vue](https://github.com/hannoeru/vite-plugin-pages/blob/main/src/resolvers/vue.ts#L84-L126) or [react](https://github.com/hannoeru/vite-plugin-pages/blob/main/src/resolvers/react.ts#L64-L94) implementation). However, I have the need for a more complex conversion and so I would like...
As has been discussed [here](https://discord.com/channels/722131463138705510/780502110772658196/919160483855077377) on the discord, there are a lot of advantages sending a `Link` header. Thenceforth it would be nice to have the ability to generate the...
I have been struggling a lot to set up an extension using this project. Because of that, it would be really helpful to have a template to quickly be able...
### What does this PR do? Stop routers from being created automatically if the `defaultRule` is empty (`""`), which should fix traefik/traefik#5576 ### Motivation It was bothering me, that the...