-
(transfer from https://github.com/sifrproject/bioportal_web_ui/issues/15)
Spaces and newlines in the annotator text field before the actual text cause the annotation offsets shown in the results to…
-
Your work is very interesting. When will your code be open to the public?
And I understand you use spaCy dependency parser for RDRR.
But, I am also curious about the detailed procedure for calculat…
-
### Discussed in https://github.com/tiangolo/fastapi/discussions/10662
Originally posted by **Rockmizu** November 16, 2023
### First Check
- [X] I added a very descriptive title here.
- [X…
-
Tooltips would help players understand the usage of DFHack interface elements. Previous attempts at "tooltip-like" elements added text as a peer widget below the widget that they were annotating. This…
-
This is to allow annotating (in a broad sense) data directly on the canvas. This is also related to allowing general purpose editing and selection or copying of text on the canvas. Details will follow…
-
**Describe the bug**
Placing entity classes annotated with `@Entity` and `@BaseEntity` in another class will result in an error when building.
**Basic info (please complete the following informati…
-
**Bug Report**
mypy ignores the `x` expression in `Annotated[T, x]` without type-checking it. Although `x` has no effect on the typing interpretation of `T`, the expression `x` is still code that’s…
-
> Annotating a graph. Putting analyst flavor and context on a graph without needing to use a text tile. For instance in most graph types you could specify an x/y coordinate that would house the annot…
-
geom_labelvline and geom_labelhline are very useful tools for setting baselines/thresholds and annotating them. In the case of the vertical line options it seems like it would be appealing to be able …
-
### Description
Hello,
I would like to create multiple endpoints with the same url. Depending on request headers I would like to decide which method should be used. Currently I have one endpoint…