-
I'm a little confused as to what's going on, but upgrading from 0.8.3 to 0.9 broke some filters I have in place. e.g.:
```ruby
VERIFY_RADIUS_FILTER = ->(value, context) {
return NoLimit.new unl…
-
### Describe the bug
When SWC transforms a nested array, the resulting sourcemap has an off-by-one error where the mapping for the end of one of the arrays points to an invalid location in the source…
-
### PHP Version
8.2
### CodeIgniter4 Version
4.5.5
### CodeIgniter4 Installation Method
Manual (zip or tar.gz)
### Which operating systems have you tested for this bug?
Windows, L…
-
### Is your feature request related to a problem?
Disclaimer: I am quite new to ibis, so perhaps I missed something.
Let's say I have a table with a column that contains arrays of struct. For exam…
-
When parsing, `taplo` correctly forbids extending a static array using an array of tables, but only if those arrays are **not** themselves inside an array of tables.
By my read of the TOML spec, be…
-
PG supports multi-dimensional arrays where all data can be stored in a flat memory area. The array must have a single element type. CRDB allows arrays to hold nested arrays as elements. There are curr…
-
This issue will record conversions regarding discussions about JSON Document Schema for Prayer timetables.
## What is a JSON Schema?
A **JSON document schema** is a formal definition that outlin…
-
Rule feature to expand existing `brackets` to allow flow-style brackets for arrays up to _n_ items, but forbid for longer than that.
e.g. { forbid: { max_size: 3 } }
**PASS** `[ 1, 2, 3 ]`
**…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
See this comment https://github.com/apache/arrow-rs/issues/6363#issuecomment-2366788331,
w…
-
Pros:
- If you've got more than one type of nestable you'll get them grouped more nicely in separate containers
- Maybe an option of styling? For example: for elements with only one value, show smalle…