-
Hello, I am combining different studies with unknown batch key andI am looking for a tool that does cluster-free annotation. I am wondering if i can rely on celltypist (predicted labels) to do clust…
Flu09 updated
1 month ago
-
CL ( Free Text Callout ) should be supported.
-
For problem files (`{sproblem}`) we have another annotation task that would be good to tackle while we are at it.
Background: for problems we annotate
```
\objective{}{}
```
and
```
\prec…
-
## Links
* Original Issue: https://github.com/IIIF/cookbook-recipes/issues/309
* Pull Request: https://github.com/IIIF/cookbook-recipes/pull/521
* Preview: https://preview.iiif.io/cookbook/309…
-
**Firebase crash log**
```
Fatal Exception: java.lang.UnsatisfiedLinkError: No implementation found for void org.maplibre.android.net.NativeConnectivityListener.initialize() (tried Java_org_mapli…
-
```
Annotations are tied to a series, whereas events can often impact multiple
series. So for instance, I'd like a vertical line that slices all the way
through the page to accompany each annotation…
-
_From [konigsb...@google.com](https://code.google.com/u/101959970229003594722/) on March 29, 2012 18:07:22_
Annotations are tied to a series, whereas events can often impact multiple series. So for i…
danvk updated
9 years ago
-
According to the [migration guide](https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.0-Release-Notes#core-container):
> The JSR-330 based @Inject annotation is to be found i…
-
### What would you like to see added to BCD?
This is a proposal for a new, internal-only tagging field to help tools and contributors make sense of the data while reviewing and editing it.
I'm sug…
-
```
data Free f a = Free (FreeView f Val Val) (CatList (ExpF f))
```
`a` is never used in the implementation of `Free` so it gets inferred as phantom which causes problems when using `coerce`.