-
The following takes 2.3s to run through sdfmt even in an ldc release build.
```
auto longArrayOfArrayOfStrings = [
["hello", "world", "this", "is", "a", "long", "array", "hello", "world", "this",…
-
While running a WOF import today I noticed the following error:
```
error: [whosonfirst] doc generator error: invalid document type, expecting: string got: Feldbach
error: [whosonfirst] {
"id"…
-
Hi Jesus,
I am trying to validate your latest changes related to nested arrays issues.
```
d.ruleset('test', function() {
whenAll: m.array1.anyItem(item.array2.anyItem(item.field21 == 1) …
-
Hi Jesus,
The following rule does not work properly
```
d.ruleset('test', function() {
whenAll: m.array1.anyItem(item.array2.anyItem(item.field21 == 1) && item.field == 8)
run: consol…
-
This issue is similar to #189
The following two examples should not trigger the action, but they do with the current code
```
d.ruleset('test', function() {
whenAll: m.array1.anyIte…
-
if we have nested arrays and objects then after a certain point the data structure is turnacated.
ghost updated
11 years ago
-
``` toml
[[fruit.blah]]
name = "apple"
[fruit.blah.physical]
color = "red"
shape = "round"
[[fruit.blah]]
name = "banana"
[fruit.blah.physical]
color = "yellow"
shape = "ben…
-
This isn't bug report but more like a question,
first i did structure like in the picture by following **Field Arrays Example**. and it works great
next i followed: **Selecting Form Values Examp…
-
Is it possible to use nested property filters on a list / array?
For example I want to filter for a hobby of a person:
{Name, Country, [pcgames, sports, cinema, etc.]}
I tried it with
```
{{ho…
-
So I came across this while tinkering around on [this](https://users.rust-lang.org/t/clippy-refuses-to-compile-what-builds-and-runs/42382/6).
The essence is that when trying to create a box of `[[0i3…