Daniel Däschle

Results 103 comments of Daniel Däschle
trafficstars

`'/api/v1/{param_id}/new'` isn't regex. it's just url parameters. yes it is supported. optional parameters can be achieved by using two routes. ``` @swapy.on('/api/v1') @swapy.on('/api/v1/:id') def something(): pass ```

Do you mean something like: `\/api(\/v1)?` to match `/api/v1` and `/api` as example?

``` ➜ v git:(master) ✗ v -cc msvc -live run main.v Unhandled Exception 0xC0000005 C.CaptureStackBackTrace returned less than 2 frames ```

A workaround was found: declaring both. ``` '@eschbach/app-sdk/extensions/shared/v1': { singleton: true, }, '@eschbach/app-sdk': { singleton: true, }, ```

https://github.com/danieldaeschle/module-federation-vite-bug-partial-shared-package