mdaneri

Results 71 comments of mdaneri

Yes but this is a workaround I have to use to make it works. If I use any other webserver (IIS, Apache or anything else) and my page is http://localhost/rootpage/test/index.html`...

I created a sample to replicate the issue. https://github.com/mdaneri/Pode/tree/develop/examples/SwaggerEditor. this is the way I'm publishing the editor ```powershell # STATIC asset folder route Add-PodeStaticRoute -Path '/editor' -Source './www' -Defaults @('index.html')...

Looks like the issue is not related to the translation but the static routes order. I changed the code and now more or less is working ```powershell # STATIC asset...

I created 2 samples and removed the `swagger-editor-dist` folder. Now is using the `/src/Misc/swagger-editor-dist` folder as source. - `swagger-editor.ps1` - the editor works but not `-Defaults @('index.html')` - `swagger-editor-broken.ps1` -...

Sorry, I misread your previous comment when you said that "the ordering that hierarchical routes like that are created does matter." I understood the opposite 😀 Do we have this...

Maybe a check with a warning can be good enough

Please can you fix the default page issue?

Yes, it is working, and the route order is not relevant now. But still, the page doesn't work unless I use http://localhost:8085/editor/index.html The page should work without the need to...

In openapi 3.0.x eclusiveMinimum and exclusiveMaximus must be a number With openapi 3.1 both are booleans

My suggestion is to still maintain net7 until 7.2 is eol ![image](https://github.com/Badgerati/Pode/assets/17148649/b1cad29a-7ae3-4fc7-a913-5172b2972e03)