-
### Description
Used to create URL pattern matchers.
The URLPattern API provides a web platform primitive for matching URLs based on a convenient pattern syntax.
Wildcards, named capture groups, r…
o-t-w updated
1 month ago
-
### What is the problem this feature would solve?
https://developer.mozilla.org/en-US/docs/Web/API/URLPattern
### What is the feature you are proposing to solve the problem?
Although this is an e…
-
I was looking at the performance of my oak router versus my acorn router. Oak uses pathToRegex while acorn uses `URLPattern`. The implementation of `URLPattern` in Deno is super non-performant compare…
-
Since `core-js` already contains `URL` and `URLSearchParams`, it could be good to implement `URLPattern`. I hope that we could reuse the `URL` parser from [the `web.url` module](https://github.com/zlo…
-
I'm getting this in my urls.py:
?: (urls.E004) Your URL pattern 'dajaxice.views' is invalid. Ensure that urlpatterns is a list of url() instances.
HINT: Try removing the string 'dajaxice.views'. …
-
The `urlPattern` in `runtimeCaching` and the `pageURLPattern` option, both only accept strings.
The docs for pagesURLPattern suggest it accepts either a string or a RegEx, but this does not work.
…
-
Please rename UrlPattern to UriPattern to be more consistent with the dart:uri library.
gmosx updated
11 years ago
-
Version 1.4.0 of DRF-stubs and Following along with the DRF tutorial I've got the following pattern (mypy output inline in comments):
```python
urlpatterns = [
path("tree/", views.NodeList.as…
-
Don't know if you have heard of this new [URLPattern](https://developer.mozilla.org/en-US/docs/Web/API/URLPattern)
Deno shipped it, and browser supports it, would be a cool util to have globally aval…
-
### Requirements
- [X] This is a bug report, and if not, please post to https://lemmy.ml/c/lemmy_support instead.
- [X] Please [check](https://github.com/LemmyNet/lemmy-ui/issues) to see if this issu…