-
Hi,
I have created an app using the [tns-template-master-detail-ng](https://github.com/NativeScript/template-master-detail-ng) template. All works great until I switch from firebase.addValueEventLi…
-
sxd-xpath works with sxd-dom. Data needs to be converted to an sxd-dom before an XPath can be run on it.
If sxd-path would work on traits, it could be used on any data structure that implements tho…
-
Hello,
I tried the Support Custom KaTeX Preview example but it did not work because the children for \`\`\` this code block \`\`\` may have multiple children. Regular multi-line code blocks also fa…
-
Hi Sam,
I've tried to model a 1-Many relationship, where I query a parent table joined to a child table, and expect to get a list or array of the child table returned as an object in the parent tabl…
-
I'm using Actix 0.7.9. I'm reading [this documentation](https://actix.rs/book/actix/sec-2-actor.html), which says the following:
> The Actor's execution state changes to the stopping state in the f…
-
### 🔖 Feature description
We need `OwnerPicker` `catalogFilter` to find leaf groups.
Note: The leaf group data has empty array as children like this:
```json
{
...
"kind": "Group",
…
-
**Steps to reproduce:**
This is written under the assumption that both themes will be created under the same root folder for simplicity in replicating this.
- Create a parent theme by executing `y…
-
**TypeScript Version:** 3.2.0-dev.20181011
**Search Terms:** TS2367
**Code**
```ts
abstract class Base {
get Item(): T { return null }
}
class Child extends Base {
constr…
-
**Is your feature request related to a problem? Please describe.**
`column_view` is so named because it is supposed to be a non-owning, "view" type. However, this is currently a half-truth because …
-
In GitLab by @mariusalexander on Apr 5, 2023, 09:45
Say I want to delete all children with type `MyFancyObject`. (`MyFancyObject` is a derived class of `GtObject`)
To archive this I have to use the…