-
```
let alg2 = JWTAlgorithm.none
let jwtString = "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0ZXN0MSI6IjEyMzQ1NjdmZmRmZGc4OTAiLCJ0ZXN0MiI6IjM2ZGU1NGI0LTZhNjUtNDIzZS1iNTg0LTYyMGMwYTkxYzc3…
-
When using the latest nightly numpy (1.25.0.dev0+..), we are getting some errors in the pyarrow test suite, that come from pandas functions (`assert_series_equal`, -> `array_equivalent`). Those errors…
-
**User Story**
Object arrays stored in ES are flattened by default (see https://www.elastic.co/guide/en/elasticsearch/reference/current/nested.html).
For example, for `account_auths` in account …
-
https://docs.nunit.org/articles/nunit/writing-tests/assertions/classic-assertions/Assert.AreEqual.html
> NUnit is able to compare single-dimensioned arrays, multi-dimensioned arrays, nested arrays …
-
Hello, first, thanks for this awesome project. I was trying to use FieldArray in a nested property. Let's suppose it's:
```
{name: "Foo", skills: [
{name: "aws", projects: [1, 2, 3]}
]}
```
…
-
When using out-of-band pickling with protocol 5 on nested NumPy object arrays, sometimes not all possible buffers that can be extracted for out-of-band transmission are extracted. This can be relevant…
-
### Version Number
7.53.0
### Codesandbox/Expo snack
https://codesandbox.io/p/sandbox/calc-forked-93m7f3?workspaceId=3123472d-a31f-4ddf-a4e0-79c596270dc0
### Steps to reproduce
1. Go to https://c…
-
# _Bug_title_
Impossible to call Solidity function that returns 2d array from contract
## Steps To Reproduce
Simple solidity function:
`
function get() view external returns (uint128[][] memor…
-
Maybe something like this:
```
const obj = {
name: "ahmed",
z: {
fName: "mo",
lName: "xx",
arr: [{ a: 1 }, { b: 2 }, {file: FileObj}, data: {name:'zzzz'}]
}
};
```
-
Given my understanding of JSON schema and OpenAPI (3.1) the following schema is supposed to be valid:
```yaml
paths:
/path:
get:
parameters:
- name: obj
in: quer…