-
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…
-
During the [implementation for my bachelor thesis](https://github.com/goblint/bench/pull/58#issue-1781495020) about generating test cases for the incremental analysis I encountered a problem: I use th…
-
In some cases it might be useful to create an `Array` out of a `Pointer`.
We could add extension methods to `Pointer`:
```dart
extension StructPointer on Pointer {
external Array asArray(int…
-
Impala version 2.8
UDF breaks connection upon trying to deal with nested arrays
example JSON:
`{"customer_info":[{"field_name":"family_names","field_value":"Gonzalez"},{"field_name":"given_names","…
-
Add documentation and examples showing how to insert, query, update objects... including arrays and nested objects.
-
### Describe the project you are working on
I am currently working on a game in godot
### Describe the problem or limitation you are having in your project
I have a various resources that make use …
-
### Are you submitting a **bug report** or a **feature request**?
Bug Report
### What is the current behavior?
I'm using the form to create a large form (the size is mimics a real-life exampl…
-
``public` class LoopPractice {
public static void main(String[] args) {
String[][] wordData = {{"study", "consider", "examine", "learn"}, {"ponder", "read", "think", "cogigate"}};
//Use ne…
-
Hey,
I was fiddling with [composite data types](https://www.encode.io/typesystem/fields/#composite-data-types), in particular with `Reference` to implement nested schemas, and there seems to be an …
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. Create a type A that implements IEnumerable, but is marked with
IgnoreLis…