-
### MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/URL_Pattern_API#regex_matchers_limitations
### What specific section or headline is this issue about?
Lookaheads, and lookbehinds …
-
After the last face-to-face meeting we changed the plan to make service worker scope take a pathname patter string instead of a full URLPattern object and an array of strings instead of a URLPatternLi…
-
In `Usage` paragraph, there exists:
```
In your urls.py add the following URL route to enable obtaining a token via a POST included the user's username and password.
```
```python
from rest_frame…
-
I have a simple object:
```python
class RecurringTask(CreatedUpdatedMixin):
title = models.CharField(max_length=255)
recurrence = RecurrenceField()
def __str__(self):
retur…
-
This package is under your directory still - does this mean you want to maintain it still, or should I fork it to VPAC?
Anyway, this is broken on Edward.
``` diff
diff --git a/django_pbs/servers/url…
-
Hi. I'm using strawberry graphql library for my project.
I'm using async view and I tried to disable graphql ide by giving a parameter like following.
`
from strawberry.django.views import Asyn…
-
When using ModelViewSets, the apis shown in doc are wrong.
``` python
class UserInfoSerializer(ModelSerializer):
class Meta:
model = User
class UserInfo(ModelViewSet):
queryset = Use…
-
在开启后,访问https://accounts.google.com/这种页面会显示:
> 无法访问此网站accounts.google.com 拒绝了我们的连接请求
查看发现在options.html中存在代码:
```html
The proxy profile to be applied when this rule is matched.
…
-
When I run the following code on ScratchPad it gives me the correct output (www.domain.com)
var args = 'http://www.domain.com/some/thing/here.html';
var urlpattern = new RegExp("(http|ftp|https)://(.…
-
My language changes between en-gb and es work fine except for the special case where es/ is in the path.
E.g.
domain.com/humanresources/employee and then switch to Spanish. Works fine. Then switch…