-
```
@config/depth_count is supposed to let you configure the maximum number of
ancestors to a tree. However, exactly how this is interpreted varies widely:
- @parent won't let you set the parent of…
-
This could help us to build something
https://github.com/canonical/praecepta/blob/main/action.yml
It simply uses $ACTION_DIR
The code in this repository could be used as inspiration, but there are …
-
From @jimmyz:
For the Read Family, the code is currently using `loadParentRelationships`, `loadSpouseRelationships`, and `loadChildRelationships`.
You may consider using `readParents`, `readSpouses`…
-
Hi there, in the default_api_settings.py directories security/sqllite/hdf5/file_repo are all hard coded to be located at 3 levels above . This reduces app flexibility. please change if you can.
SE…
-
**Context:**
Firestore has a concept of "non-exisitng" nodes in path
For example "collection/nonexsitingdoc/subcollection/doc1"
It's possible to create a doc1 where "nonexsitingdoc" will not exis…
-
Tag helpers can restrict (to a certain extent) which tags can be their child tag helpers and vice versa using [RestrictChildren](https://github.com/aspnet/AspNetCore/blob/237a7a65d6432e0ac99537e73f745…
-
.Net8
Microsoft.EntityFrameworkCore 8.0.0.
Microsoft.EntityFrameworkCore.SqlServer 8.0.0
When using ComplexProperty with OwnsMany entity, the request is not formed correctly
Example
Model
…
-
IHP's UI does little to stop you from creating a table with two primary keys.
Using the UI I was able to make [this schema](https://gist.github.com/DrewFenwick/093a8e2cd7d69c45f2155f5ba49ef3e6), wh…
-
Following the pyiron core meeting, the following question came up:
> `node.graph_root` is the topmost "container", e.g. `Workflow`?
> On `node.save` you rely on pickle walking through the graph vi…
-
Hi, I'm trying to do a simple thing, but I can't figure out how to do.
I have the HTML code will be outputed to browser, on a var, $html.
For testing, I'm just trying one thing. With JQuery, I do …