-
Hi, All!
We have every time problem with variables accessed from lambdas for writing. Stupid example I need to make
```
int counter = 0;
List.of(1,2,3).stream().forEach(x->x%2==0?counter++:count…
-
If I attempt to autogenerate API docs for a class that has two method names that are identical except for uppercase/lowercase, autogeneration will fail on case-insenstive filesystems.
I ran into this…
-
I'm proposing and requesting that you implement nested mutations as shown in [the neo4j-graphql-server package](https://neo4j-graphql-server.gitbook.io/docs/neo4j-graphql-server#nested-mutation).
N…
-
Having used PVI to make some screens for Aravis IOCs I'm wondering if we intend to support auto-generation as the primary way of making pvi files or if we intend to treat them as manually editable ent…
-
If I type `swupd hashdump `, I would like to see a list of files and directories for completion candidates as well as the current list of hashdump command line options. This is useful because hashdump…
-
### Bug summary
I expect a request to`/flows/paginate` to return a (potentially empty) array of Flows.`Flow` inherits from `IDBaseModel` which uses a `default_factory` to assign UUIDs on _write_, so …
-
I need to create tests
-
First of all... this library is great and gave me what pretty much nothing else I could find had:
- Intuitive opts parsing
- Great autogeneration of help pages
- Small and portable
- Works with …
-
We have added the bunch of new APIs in order to implement the new `tuple-keydef` and `tuple-merger` external modules. It would be good to document the new C structures and functions.
The relevant d…
-
consider the following normalized schema:
```yaml
classes:
gene:
slots:
- id
- name
- category
phenotype:
slots:
- id
- name
- category
…