-
@pH14 suggests that the EIP operator should use annotations rather than labels to identify the pods that need EIPs:
```
eip.materialize.cloud/manage=true
eip.materialize.cloud/autocreate_eip=true…
-
**Describe the bug**
Can't import annotations when it's only 1 label that needs to be imported (unexpected error)
**To Reproduce**
Steps to reproduce the behavior:
1. Create a project and only c…
-
I have a dictionary of my annotations, and i want to be able to call selectAnnotation:animate: on the king pin annotation that the correct one is contained within. Is there a way to do this using king…
-
There are numerous library methods having the property that once a reference is passed as a parameter, it is wrong for anyone else to ever interact with that reference directly again.
Examples:
* …
-
## Issue Description
What is Typescript and why should we use it?
"TypeScript is a typed superset of JavaScript developed by Microsoft that compiles to plain JavaScript. Unlike JavaScript, TypeScript …
-
### What:
RAW files represent images in their most unprocessed form, akin to 'undeveloped' photos. Unlike compressed formats like JPG or PNG, which modify and reduce image details, RAW files preser…
-
If I add some filters to my list of NER tasks the table results correctly show the filtered results. If I check the checkbox at the top of the first column to select all tasks, and then hit the Label …
-
I propose the spec adds the ability to load by an entity's natural-id, if it has one.
In terms of the actual load, this could be handled by a Query ofc. What is interesting in this API though is t…
-
MatchContext.validate tries to ensure that there isn't any unsafe work in between the nodes that are consumed as part of a match. The current definition is very conservative because we don't have a c…
-
I have an object detection dataset that only contains bbox and class annotations. How can I use this dataset to train RAM++?