Alexander Prinzhorn
Alexander Prinzhorn
I was curious how an Express adapter could look like and I couldn't ignore the issues I saw, that's the only reason I opened this. Some might blindly copy the...
Can you check if the to-be-redirected URL exactly matches the current URL (including hash, query and everything)? I doubt anyone wants to have the exact same URL twice in the...
I don't know if we need to go that far for a feature that's mainly meant to prevent users from shooting in their own foot. An algorithm to solve this...
I think as a first step checking `path === redirect` prop and then logging an error would be great.
1. I know nothing about tinro's architecture. Couldn't you hold the graph in `` of `` and each Route adds/updates/removes itself? 2. Like I said I don't think it's feasible...
For `tinro-ignore` I suggest a `use:ignore` action that handles this behind the scenes. Either by adding a `data-tinro-ignore` for you or by keeping a `WeakSet` that you can test against...
Interesting, but Svelte uses Mustaches all over the place?
Same for params https://svelte.dev/repl/db5c095f3a9d4d88bf74333bb42d9721?version=3.42.1
The [`dropIntoEditor`](https://microsoft.github.io/monaco-editor/docs.html#interfaces/editor.IStandaloneEditorConstructionOptions.html#dropIntoEditor) option mentions it, so this means it's currently asymmetric. The option is useless without the event.
Is there any way we can make this reproducible consistently? This works: ```sh curl --insecure --proxy localhost:8080 https://game.maj-soul.com/1/v0.10.306.w/lang/scene/Assets/Resource/lobby/beijing_leyuanbaitian.jpg > /dev/null ```