Alex Cruise
Alex Cruise
Another fun issue I've noticed with Easy Move+Resize: Cmd-Drag works to move windows, but it eats any Cmd-Click actions that aren't accompanied by movement. 🤣
If the uuid/id really do refer to the presumed parent event, they should be described that way... If they are actually attributes of the attribute (meta-attribute?) the noun should be...
It would be good to clarify the relationship between `id` and `uuid` ... is the `id` locally unique within a given installation, but likely to change if an object is...
I think it's pretty awesome that this is issue #22.
Also, what would they look like? { "_1": 1, "_2": "two", "_3": 3.0 } ?
I would dearly love to be able to serdes arbitrary algebraic data types. I have a lot of pairs of Foo and FooDTO classes. :(
I haven't tested this yet, but it looks great to me. Could you do us a favour and write a test that proves that tuples serialized the old-fashioned way (e.g....
Hey folks, I have an idiosyncratic ndjson stream where lines can be extremely long (>1MB per line) and a lot of the values are numbers, booleans or nulls, not strings......
> `JsonParser` itself simply... "works"; you iterate over tokens and it will produce `JsonToken` stream to read from. It just happens to have a sequence of values. > > So...
@cowtowncoder thanks! It turns out I wasn't consuming the expected `END_OBJECT`s at the end of each line :sweat_smile: