-
Thanks for a great package. Is there a way to customise the renderer to parse quotes correctly.
Consider source:
```go
source := `"Just a test"`
markdown := goldmark.New(
goldmark.WithRende…
-
### Environment
- Platform version: 6.8.13
- Database: PostgreSQL
### Description of the bug or enhancement
- Minimal reproducible example
Create filter with two "Assigned Driver" and "Assi…
-
## Problem
A lot of the time when you update an entity and its related entities you need to do some manual work to know what entities need to be removed/disconnected. Let's take an example of an "Art…
-
Hello,
I am writing a python gmsh to warp format mesh converter. I have nodal coordinates working correctly, however I have hit a snag when building the element table. In gmsh v4.0+ elements are pr…
-
### Please describe your bug
First observed in Jellyfin 10.8, continued to observe in Jellyfin 10.9, reproduced in a local build of Jellyfin.Server `master` branch today.
**TL;DR**: If and when a …
-
Switchy-UI is currently dependent on owolib, disabling itself when it's not present.
The monolithic structure of owo and many mixins means it can't reasonably be JIJ'd or shadowed without dragging a…
-
Your entities looks like database object, they have table names, database ids, etc. Aren't entities supposed to be most abstract type of data, not dependent in any way on your persistence solution?
…
rongi updated
6 years ago
-
The Entity Extraction feature is not highlighting all the Entities in the email body . Jane Doe was identified as an entity (Person). I expected Jane Doe to be highlighted in the email body.
John D…
-
Any user having an **&** (ampersand) in their password is not able to login after merge.
Apparently phpBB replaces it with **\&** prior to hashing and storing in the database. So "_test1&test1_…
-
### Description
Fireorm currently does not support creating entities with referenced properties directly. Users need a way to reference other collections when creating new documents, such as referenc…