-
## Description
Our batch upserts failed for some documents because a required field was "not found". The field is a **nested** string array and we were passing in an empty array.
However, we al…
-
The DisposableScannerAdaptor is a JNI bridge from Java to the C++ datasets API. When it scans record batches it collects all of the buffers from all of the arrays and returns a list of buffer handles…
-
Currently, whether or not a type-hint should be emitted is determined by the following conditional statement:
``` typescript
if (settings.requireTypeHints || (object.constructor !== settings.objectTy…
-
`Shoes::TextBlock#gather_text_styles` could use some solid refactoring. In particular, it feels like there's a class lurking somewhere in how the array of arrays with widgets in them is represented th…
-
I think a super ini-style format capable of expressing any data structure easily is not what I really want. I like the flat looking of ini files. It is also easy to edit with any text editor, the best…
ghost updated
8 years ago
-
**Describe the bug**
When calling `to_json` on an object like `{foo: undefined}`, it should result in `{}` and not panic. Here are some various behaviors (demo's using Node) which it would be good…
-
I am trying to add an object to an existing array which in inside a nested object. The structure looks similar to below
```
{
Name : 'John',
age : 33,
tags : {
skill: [{
…
-
### Bug description
When you push a value into a json array you get an _array_ added as the last element. This was observed in postgres.
### How to reproduce
Use this prisma model:
```
mode…
-
I have some queries that return columns of type `pq__varchar`. I was wondering if there was some simple way to convert these data into a more R friendly format inside R?
Thanks,
David
-
I suggest a set of functions for moving data between arrays and DS lists. Roughly inspired by [TurboGML's ds_list_to_array](https://github.com/FoxyOfJungle/TurboGML/tree/main/TurboGML), though I don't…