-
Hi, thanks for the great work and open sourcing your code!
I have gone through the labels [GDrive](https://drive.google.com/drive/folders/177UvUO26lDybXGzyy_8QL9ov1dRyFfhi) for Bellevue Traffic Video…
-
- check: do we filter HTML tags in LHHA/output?
-
See https://github.com/geneontology/go-site/issues/1955#issuecomment-1529033344
-
I suggest implementing the labels listed in the [`bupd/github-labels`](https://github.com/bupd/github-labels) repository to streamline the management of PRs and issues, especially as we handle around …
-
I'm using the PII model using the following script:
```
model = GLiNER.from_pretrained("urchade/gliner_multi_pii-v1")
model.eval()
entities = model.predict_entities(text, labels)
for entity i…
-
Now that 3.0 is approaching, this may be a good time to be more defined and consistent about the syntax of labels in spin.toml. Right now, we support both kebab-case and snake_case. We should consider…
-
Across the product, we have different implementations of tags, badges, and labels. There is no direction provided for when to use what and there is little known if we have a need for all options we cu…
-
Create a conda env:
```
conda create -y -n napari-env -c conda-forge python=3.9
conda activate napari-env
python -m pip install "napari-spatialdata[all]" "napari[all]" spatialdata_io jupyterlab
pytho…
-
## Bug report
In Chrome, the floating label on for instance text fields is blurred.
### Steps to reproduce
1. Open Chrome & Firefox
2. Go to https://material-components.github.io/material-co…
-
### Description
I have a view with a lot of joined tables to it (e.g. 10+ joined tables). I want to be able to group those joined tables in the sidebar so that they're easier to navigate.
We co…