Michael Schwarz

Results 3 issues of Michael Schwarz

**Describe the bug** When trying to run an integration test with sanic-testing and sanic-extentions, the test fails with the following exception: ``` .venv/lib/python3.10/site-packages/httpx/_client.py:1842: in post return await self.request( .venv/lib/python3.10/site-packages/sanic_testing/testing.py:364: in...

Currently when changing a parameter, the histoy in the browser is changed ([here](https://github.com/AlexxNB/tinro/blob/fcd59ea60ed571c235b68a8fefb649aaeb6b5cc3/src/location.js#L54)). It would be nice to make this behavior configurable, so that paramter changes can be pushed into...

It would be nice to include whether the current route is a fallback route or not in the route meta data. Something like ```svelte import {meta} from 'tinro'; const route...