-
```
Des slugs formés à partir d’un titre contenant des chiffres se retrouvent
sans aucun chiffres au final.
Il faut corriger ce bug : les slugs peuvent comporter des chiffres, des lettres
ASCII min…
-
If laziestloader is given slug-based widths, it incorrectly assumes that they're presorted from smallest to largest. So an example like this will fail to pick the correct rendition:
``` html
```
O…
-
Pour que la page : https://comparer.pro/listing-tags soit prise en compte comme étant la page mère des tags qui sont en dessous (par ex. https://comparer.pro/tag/objet-contact) la structure de l'URL d…
-
When someone posts on GtS, it generates a url for the post that looks something like the following:
```
https://example.org/@some_user/statuses/01GZKFFMZ3RRB35YBWEAK5A4H5
```
This works fine f…
-
**Describe the bug**
With this query:
```
query TestQuery($slug: String! = "utay") {
user(slug: $slug) {
id
}
}
```
This error is returned:
```
{
"errors": [
{
"m…
utay updated
3 months ago
-
### Description
Inside theme.json, I don't understand why palette entries are based on the key "color" and not "slug".
Declaring an identical "color" several times with a different name and slug p…
-
### **Feature Request: Sentry Destination Connector**
**Issue Type**: New Feature / Connector Request
#### **Description**
We need to build a **Sentry Destination Connector** that allows user…
-
Currently in the migration the slug is using `string()` function which is setting the column to `varchar(255)`
Needs to be changed to `text()` which not have limit
-
``` json
{
"name": "bastion_host",
"length": {
"min": 1,
"max": 80
},
"regex": "^(?=.{1,80}$)[a-zA-Z0-9][a-zA-Z0-9-._]+[a-zA-Z0-9_]$",
"scope": "parent",
…
-
```
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:245
integration: Home Assistant WebSocket API (documentation, issues)
First occurred…