-
The interface for `FieldValueSet` is defined as follows:
```ts
export interface Entity {
// Read-only.
id?: string;
}
export interface FieldValueSet extends Entity {}
```
Meanwhile…
-
Hi,
When I'm in a project with the IFC4x3 schema, an issue shows when placing annotations. PredefinedType of annotations is filled in on placement (this option doesn't show in IFC4x0 projects). But…
jes-r updated
1 month ago
-
Some people are confused and asking how to _add people_ to their DAOs. While this concept doesn't exist in aragonOS, I think we should resemble it in some way or another.
A very flexible way that …
-
I opened examples\using_snowball.ipynb in vscode and encountered an IndexError:pop index out of range
when I run to the following code.I was wondering if you could offer some advice.
> snowball.t…
-
Right now, the editor simply looks to the left of the cursor to figure out what the style should be when inserting text (https://github.com/facebook/draft-js/blob/master/src/model/immutable/EditorStat…
-
![default](https://user-images.githubusercontent.com/21275433/27018088-4130d606-4f60-11e7-992c-99301c3176e0.png)
-
I need to specify types when inserting entities as the SDK is guessing incorrectly without them. I've found examples of multiple vintages on the web, but none are working via the new SDK. What's the c…
-
**Vulnerabilities**
DepShield reports that this application's usage of [com.fasterxml.jackson.core:jackson-databind:2.9.4](https://ossindex.sonatype.org/component/pkg:maven/com.fasterxml.jackson.core…
-
This is a parent issue for all DB editor UI development issues. The parent issue lists all current functionalities (bullets) in DB editor (Toolbox 0.8) and lists suggested improvements (checkboxes) un…
-
I recently tried using mypyc to speedup our python project, but I encountered this unfixable error that doesn't appear with strict mypy.
```py
(.venv) davfsa@galaxy:~/coding/hikari (task/mypyc) # …