-
Please complete the information below:
# Where is the problem?
- Built-in-types Arrays: 'vec', 'dict', 'keyset' (all three sections)
and
- Built-in-types Arrays: 'Using dicts, keysets, and vecs' …
-
# Details
Audit the potential parameter types to ensure we already have a input built that we can use. If not we'll need to design them.
https://docs.soliditylang.org/en/v0.8.17/types.html#value-typ…
-
Instead of having to open the console, it would be great to show a table with results. For nested objects/arrays, we may either show expandable view or a simpler readable representation.
-
Issue to discuss whether we want to, and if yes how to, use one of hte following to represent unequal length time series:
* `numpy` masked arrays, https://numpy.org/doc/stable/reference/maskedarray…
-
Array creation and manipulation in Liquid is quite difficult as it currently stands. The method I see promoted everywhere to create arrays is to combine strings, then use the `split` function, but in …
-
**I'm submitting a bug**
- [ x] bug report
- [ ] feature request
So we have a composite type 'place':
`CREATE TYPE place AS (
name TEXT,
altitude DECIMAL(10,2),
lati…
-
There are some constraints that we must follow while writing new games:
- It's not possible to store nested arrays in firebase, so we can't have those in `G` object - We currently don't have this iss…
-
It'd be great if dotty could work with nested arrays as well, for example, with something like this:
``` javascript
{
some: 'property',
other: [{ properties: true }, { properties: true }]
}
```
-
There's a few things we can do to optimise allocations.
1. Avoid `concat` [here](https://github.com/threepointone/bs-nice/blob/master/src/nice.re#L952)
2. Same [here](https://github.com/threepoint…
-
XACML 3.0 only supports XPath 1.0 and 2.0 (which is over 10 years old). This is a enhancement proposal to support XPath 3.0 and/or latest 3.1.
The new features in XPath 3.0 / 3.1 are well summarize…