-
First of all, congratulations on this wonderful tool. It works even better than advertised.
I have a case I have been trying to solve for some time now. I have a conditional transformation with ne…
-
Hi,items[] properties seems not to be supported.
the JsonSchema4 file looks like this below
{
"type": "object",
"properties": {
"fixedItemsList": {
"type": "array",
"title…
-
**Is your feature request related to a problem? Please describe.**
Currently, there is no API call to unmarshal an infinite array into a stream (e.g. a channel) of messages.
**Describe the solut…
ghost updated
2 years ago
-
In the test:
test/arrays/shapes/skyline.chpl
each element of the resulting array is empty. Even though it (each element)
IS assigned a variable-length array. Cf.
test/arrays/ferguson…
-
Hello,
I am wondering whether is it possible to to parse nested values in objects using json machine. The manual describe Parsing nested values in arrays using the `-` in pointer, but this unfortunat…
-
### Problem description
Sometimes you need to resort to manual Python looping, eg. when integrating with legacy code.
It seems to be very slow to loop through nested Polars series:
```py
impor…
-
Line https://github.com/celyes/ray/blob/946a91b4057723632d6e813771bc1ec7368b9143/src/Element.php#L27
I would not make an instance of class `A` inside class `B` where `A` is `Ray` and B is `Element`…
-
When filtering documents based on nested string arrays using `r.match()`, it become a bit hairy. It would be great if `array.match(regexp)` queries were automatically expanded to a filter function. Wi…
-
We use currying for `ref` and `key` already. There might be some phantom types/GADT things we can use here to statically type the fact that children `key` exists. More info: https://github.com/reasonm…
-
``public` class LoopPractice {
public static void main(String[] args) {
String[][] wordData = {{"study", "consider", "examine", "learn"}, {"ponder", "read", "think", "cogigate"}};
//Use ne…