-
### Include your code
```C#
public class View
{
public Guid view_id { get; set; }
[MaxLength(50)]
public string name { get; set; } = null!;
public DateTime created_at { get; set; } …
-
Would also be nice to mark hovered entities, to make it easier to tell what will be selected.
-
## :notebook: Summary
Currently the entities will stay available once the coordinator has fetched the data successfully at least once. That means there's no way to tell if there's a persistent conn…
-
https://github.com/meth-meth-method/super-mario/blob/dc5ab340f1aff68f80ee120ee3653fad7b6274d5/public/js/traits/Killable.js#L24
You delete an entity in the collection of all entities in the level wh…
-
I can find some HTML special characters, such as “, ”, ‘, and ’, in the content.
We should replace them with their corresponding HTML entities (e.g. `“`, `”`, `&ls…
jgkim updated
9 years ago
-
Similar to the updateLevel flag at relationalBones, it might be useful to provide generally a generic way to mark entities as "too old to be updated" at some point, so these entries won't be updated b…
-
we need textbox, checkbox, check mark.
When label textline entities in OCR task or NER tasks. We need the fill textline entity content. I hope u release this feature soon.
Thank you!
-
## What problem does this solve or what need does it fill?
Right now we can write to a world from a scene using
```rust
let instance = scene.write_to_world_with(world, app_type_registry) .unwra…
dmyyy updated
5 months ago
-
Hi all,
I integrated my Junkers MBLAN v1 module by configuring it as IVT_MBLAN. It worked fine, was found and detected as
IVT_MBLAN
by iCom_Low_v1
Firmware: 01.10.03
Unfortunately no device…
-
As a tools developer I want to be able to write snippets into an ro-crate file and indicate to third party tools that they should treat those snippets in a particular way. For example, if I have a tif…