Ken Harris

Results 63 comments of Ken Harris

Hmm, you're right that most of these issues are f16-specific. Even with f32/f64, though: ``` $ echo 'c1 |f32 -1|' | ./enctool convert -df cte c0 |f32x 1| ``` Perhaps...

Just to confirm, are `|f32 1|` and `|i32 1.0|` both considered valid?

Ah, now I see what that section was meant to say. I'm still unclear on this schema concept. It seems to be a combination of a traditional schema and a...

Hmm, I just noticed this rule: > "References CAN refer to objects marked later in the document (forward references)." And since references to keyable types are themselves keyable types, that...

I would think that if you had the document `c1 { "a" = 1 "a" = 2 }` and an accompanying schema that said "btw it's a multi-map", you would...

Hmm, I see. I'm much more OK with IEEE754 floats rounding to infinity. Many programming languages do that already (Ruby, Python, JS, Swift, etc), so while I don't think it's...

Ahh, I see. Yes, I think I was interpreting it in a different way than you intended. It sounded to me like "Users, be careful, because libraries may mess up...

That all sounds pretty good to me. FWIW, I still don't think "Data Error Events" make sense for Typed Arrays, but then again I don't know any (recent) platforms where...

> when decoding bare numbers in CTE, you have to add a digit, multiply by 10, repeat for every digit encountered. As the number gets bigger, the slowdown is TREMENDOUS...

Disclaimer: I'm not an expert at this, either. Coordinate systems can get complex, but SRID is (I think) basically just a tag to tell applications how to interpret the data....