Philipp Daun
Philipp Daun
You could try increasing the expected range — it's a constant somewhere at the top of `main.spec.js`, I think `0.1` at the moment. Setting it to 0.15 or so might...
@hirasso Only that I've been super busy and haven't had the time to thoroughly test this. I hope I can give it a spin later this week or on the...
Sorry for the delay in checking this out. Looks good! It's something we should definitely have in the codebase. One question about the scope: does the linked example always return...
Let's jump on a quick call whenever convenient! I agree with the reasoning but would just like to get your input on how I have been solving those filter ui...
I think I prefer `resolve` over `map` as well. To me, mapping implies a 1:1 relationship whereas resolving implies combining as well as rewriting. Neither sounds false, but `resolve` is...
@slezy Have you found a solution to this problem? I tried removing the anchor from the link before navigating, then adding it back after navigating, but the result is the...
The next swup version 3.0 will have an ESM export and won't pollute the global namespace. Closing this in favor of #487 where it's currently tracked.
Both `XMLHttpRequest` and `fetch` support getting the final url after all redirects. See [XMLHttpRequest.responseURL](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/responseURL) or [Response.url](https://developer.mozilla.org/en-US/docs/Web/API/Response/url). That could be used to update the current url and any cache entries. Especially...
@hirasso Not sure about adding the lint step to the build script. Ideally, we'd be able to enforce the lint as a pre-commit step. That way, incoming PRs without built...
Yes! It's been on my list for the accessibility plugin, but I haven't come around to it if you want to create a PR. I do think it's nice for...