-
## Describe the bug
When using the `Entity.get()` method from the `dynamodb-toolbox` package within a TypeScript class, type inference works as expected if the Entity and Table instances are created …
cliu- updated
2 months ago
-
**Do you want to request a *feature* or report a *bug*?**
Bug
**What is the current behavior?**
When you create a link entity, then select it (via mouse or cmd+A) and replace it by typing a new t…
-
## Use case
Currently, relations need to have exact match to find an entity. Be able to have auto completion when typing.
-
**Describe the solution you'd like**
At the moment EQL only supports upper-case keywords like `GET, FROM, ON`, and that can be annoying for someone that's looking for speed instead of differentiating…
-
We would need such a system when we do a workflow. E.g. when tagging an entity we want to visually preserve the selection while typing into a different search field.
-
@aothms there is a subtle bug in the geometry caching scheme.
https://github.com/IfcOpenShell/IfcOpenShell/blob/fcfeac95bfc7f7b806527146c1f3f0b1a86df5a1/src/ifcgeom/mapping/mapping.cpp#L490-L496
…
-
When typing or copy-pasting text in HTML mode, Line Feed characters are replaced with HTML entities ` `.
It can be demonstrated in the live demo https://stackblitz.com/edit/angular-editor-wysiw…
rurku updated
3 years ago
-
I'm super content seeing this written down in a way like this. Here are some discussion points:
### referencing virtual entities
I think this is a really interesting idea, but I'm not convinced …
-
Something that able to change data during create entity or make dict from entity
```python
import typing as t
class LoadHook:
"""Base load hook"""
match_entities: t.Sequence[t.Type[…
angru updated
4 years ago
-
When I compile my project it runs through most of it and then outputs this:
Invalid_argument("index out of bounds")
UPDATE: I believe it's something due to dead code elimination. I believe the …