-
If you try to pass histories (type History[]) to setPuckInitialHistory when appendData is false, there is a type error.
```
Type 'History[]' is not assignable to type '[History, ...History[]]'.
…
-
In the case where versions of an OCFL object have been created that are not considered curatorially significant, there are times where it would be useful to have OCFL support in collapsing those versi…
-
OMI can benefit from useful error messages.
For example:
- File doesn't match metadata description
- column doesn't exist / has different data type / has different name
- table has more co…
-
Hello!
We use this plugin to generate models during tests automation, and sometimes the goal is to input an object into code from json that manual tester has already created and filled with proper da…
-
Similar to the `MULTISET` value constructor by query (or just `MULTISET`: https://github.com/jOOQ/jOOQ/issues/3884), the standard SQL `` would be very useful to support, to collect the contents of a s…
-
Very cool project. Three features I could see being immediately useful:
- EOF support for piped input; currently `echo SELECT 1 | gitql -r .` goes into a loop redisplaying its prompt forever. `echo…
-
## Quick Description ##
In several projects we check for JSON data (REST, Google Analytics, etc.) These checks often result in a big unreadable text blob as an error message.
We can do better. We sh…
-
### Current behavior
Does not build in android and ios for new arch.
Works well in old arch
### Expected behavior
Should build properly without showing 5 duplicate symbols error in ios.
…
-
from an high level API point of view, I think we could/should treat the pyodide_lock like another index, and when experimenting with proxy, I'd love to be able to explicitley remove the lock as a fall…
-
# CLI Feedback
The usage of the `--json` is bad. I don't have the columns memorized. I don't want to type in the names of the columns. I just want to pipe the output into `jq` on my own. It is not …