-
There is a comment about not being able to get the mining fluid easily. It references a 2017 forum post.
```lua
-- there is no easy way to know what fluid a miner wants, the fluid is a propert…
-
I am writing tests for a module which creates several `spacelift_space` containing `spacelift_stack`. During the destroy phase, these tests will almost always fail with the following error:
```
Er…
-
The current API supports retrieval of a list of distinct role attributes which have been declared on an Identity, Edge Router, or Service entity. For example, a `GET` request to `/identity-role-attri…
-
Hello,
It should be very useful to have inside `ToMany` class a method `addId` to add the entity reference directly by the id.
Now have just `add` that force the programmer to insert a whole entit…
-
Based on good practice for auto-generated source files would be great to automaticaly add informative header to all auto-generated entities as comment:
```
DO NOT EDIT THIS AUTOGENERATED FILE. ALL C…
iDoka updated
1 month ago
-
I have a few stores where I need a reference to be unique (i.e. `tags` for a product)
Since every mutation has to go through an action it can be catered for there.
```JavaScript
function addTag…
-
Full name of submitter (unless configured in github; will be published with the issue): Jim X
[basic.lval] p5 says
> The result of a glvalue is the entity **denoted by the expression**.
Conside…
-
How do I express following sql query using sqlx:
query, args, err := sqlx.In("SELECT * FROM Table WHERE (ID, TYPE) IN (?);", &entity)
entity is a
type Entity string
func (p *…
-
I looked at your source code and I can’t understand if it is possible to get an entity that initiated sending mail from `MessageSent` event. Can this be done in other ways?
Example: mail about re…
-
According to the DICOM standards, a single segmentation (SEG) object can reference multiple DICOM series. However, the `highdicom` library currently does not provide a direct method to generate a sing…