-
When I run my app with network enabled I can see that workbox has cached the items built by Nuxt successfully.
However, if I disable the network in dev console and check the cache, it is empty…
-
At the moment, `CRUDView.url_base` is strongly coupled with the path name for a given role (see `Role.get_url`) which I don't think makes a lot of sense.
IMO, the base component of the path name sh…
-
I am trying to modify the DOM and trying to run lighthouse test on the modified page
```
browser = await puppeteer.launch({
args: [
"--remote-debugging-port=9222",
"--no-sandbox",
…
-
## Feature requests
In my stub, I'd like to reuse a part of url (matching a regex) to use it in response statement.
my stub :
{
"name": "get",
"request": {
"urlPattern": "/r…
ghost updated
3 years ago
-
## Feature Description
As @tunetheweb noted in https://github.com/WordPress/performance/pull/1143#issuecomment-2057925186, it would be useful if we could check the validity of the `URLPattern` stri…
-
Following your vite example code, I get the following when trying to build my app:
` [ERROR] "@literals/rollup-plugin-html-css-minifier" resolved to an ESM file. ESM file cannot be loaded by `require…
-
> the truth is you can match `byPattern` , `byMethod` hec, you can match `byHeader` and `bySearchParam`
[from `thomasreggi` on Discord](https://discord.com/channels/684898665143206084/1225163024365…
-
from django.urls import re_path, include
from django.contrib import admin
from .views import register
urlpatterns = [
re_path(r'^register/', register),
]
...
as well as changes to the…
-
django.conf.urls.patterns() will be removed in Django1.10.
https://docs.djangoproject.com/en/dev/internals/deprecation/#deprecation-removed-in-1-10
There are 2 pull requests to fix that:
https://gith…
-
Currently search query parameters are fixed and matches will only occur if they are in the URL in the same order.
```js
new URLPattern({ search: "alpha=true&beta=true" }).exec("https://example.com…