Simon Strandgaard

Results 69 comments of Simon Strandgaard

For tweaking pixels of an existing task, I have good experience using Victor Vikram Odouard's editor https://github.com/victorvikram/arc-site

Highlighted is the `size 5` and `size 6`. At the `size 5` location, replacing 3 pink with orange will indeed make it more consistent. IMHO this is a minor issue....

wow, `train 5` and `test 0` are indeed identical. [ARC-Interactive](https://neoneye.github.io/arc/edit.html?dataset=ARC&task=dc433765) ![dc433765](https://github.com/fchollet/ARC/assets/147971/7b1cbda9-1112-455b-8f32-514e2f634159)

Highlighted with a red circle. This is one of the training pairs. IMHO a minor issue. [ARC-Interactive](https://neoneye.github.io/arc/edit.html?dataset=ARC&task=9edfc990) ![Screenshot 2024-04-24 at 14 39 49](https://github.com/fchollet/ARC/assets/147971/794147d9-ba3a-4265-bf71-cee226e0fc00)

# ARC Task 20818e16 Highlighted where the `8 vs 9` mismatch is located. It's in a training pair. IMHO this is a minor issue. [ARC-Interactive](https://neoneye.github.io/arc/edit.html?dataset=ARC&task=20818e16) ![Screenshot 2024-04-24 at 14 55...

I'm also seeing this `async-h1 error` without details. With trace enabled (`RUST_LOG=trace cargo run`), here is some of the events before/after. ``` [2022-12-20T19:42:18Z INFO tide::log::middleware] --> Response sent [2022-12-20T19:42:18Z TRACE...

This is `NSJSONSerialization.dataWithJSONObject` that likes to insert additional backslashes. Escaped forward slashes is also valid json. Workaround ``` swift func serialize(json: JSON) -> String { let s0: String = json.rawString()...

Got the same error. I'm using Xcode 8.3.2.