-
Using nested arrays in a where statement causes an error in
```typescript
import postgres from 'postgres';
const sql = postgres('postgres:///', {
prepare: false,
});
const v…
-
@sergisiso @arporter , our Poseidon uplifter works well with simplified Kernel: Perfectly Nested loop with "simple" assignments inside.
Some of FlashX code (and probably other out there like Nemo) …
-
In `beneathPath()`, paths with an array work now, thanks to #473 and 9e1ba8a. But I'm still having a problem with arrays when there are two levels of arrays in the payload.
Consider the payload:
```…
-
**Is your feature request related to a problem? Please describe.**.
**Describe the solution you'd like**
It would be helpful to be able to click on one of the the parent arrays in the response and o…
-
Hello,
I'm using `HttpClient` to integrate with an API which returns data in following format
```json
{
"eventList": [
{
"eventType": "RECEIVED",
"houseAirWaybill": "AMZ-20240…
-
Instead of a nested object (e.g. `dict` or `list`) I get a string, which although looks slightly like JSON, isn't valid for `json.loads` (it's probably result of calling `str(...)` on some object).
U…
-
This issue is a followup to #9883 which seems fixed. However, in the same Azure `security` namespace, other types are missing:
```
find sdk/pulumi-azure-native-sdk -type d -maxdepth 1 -exec sh -c …
-
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have searched existing issues to ensure the bug has not already been reported
### Mongoose version
8.7.1
### Node.js versi…
sasp1 updated
2 weeks ago
-
**Is your feature request related to a problem? Please describe.**
The Spark RAPIDS accelerator should support `array_intersect` on nested array inputs.
Python example:
```python
from pyspark.…
-
My handle:
https://gist.github.com/waltercruz/7e600f4e4c62b7262dd8
I can iterate it with this data on js:
https://gist.github.com/waltercruz/2539aea485f5b33baa0b
but using this twig template, does…