Paul
Paul
Fixes #4 css had font name without hyphen.
When migrating from previous implementations of DurationField I found my json data dump fields to be encapsulated by quotes. When loading the data into the new schema this causes the...
from pydantic import BaseModel from typing import Optional class Post(BaseModel): # rating is required and must be an integer. rating: int # counter is not required and will default to...
Pre UML 2.4 the convention was non-navigable ends were assumed to be owned by the Association whereas navigable ends were assumed to be owned by the Classifier at the opposite...
` from django.db import models from django.db.models import F from django.contrib.postgres.search import SearchVector, SearchVectorField class Blog(models.Model): body = models.TextField() title = models.TextField() search_vector = models.GeneratedField( expression=SearchVector("title", config="english") + SearchVector("body", config="english"),...
https://github.com/asyncapi/spec channels -> channel per aggregate root operations -> operation publish & subscribe
curl --insecure -u ":" -G "https:///rest/api/content/search?limit=1" --data-urlencode "cql=(creator=currentUser() AND type=page)" --cookie-jar ./confluence-cookies.txt ``` # Netscape HTTP Cookie File # https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your...
On each "table": "select_permissions": [ { "role": "foo", "permission": { "columns": [ "customer_id", "street_name" ], }, "comment": "A comment" } ]