Bit Connor

Results 64 comments of Bit Connor

Please re-publish to npm all versions that were un-published. Standard practice is to flag versions with security bugs as insecure, but to leave them still available unchanged. This is important...

I see, looks nice. I think it should be able to work also in older versions of TypeScript. A quick-fix is to add `@ts-ignore` before every `catch` statement. But a...

That makes sense. I guess it comes down to how you organize your project. Here is how I do things: I copy all of the adl generated TypeScript files directly...

Thank you. Do you recommend creating an orphan instance for `Data.Time.Calendar.Day`, or is there some way to add the instance into the `AdlValue` source file?

Thank you. The "custom types" feature of ADL is amazing and what I believe sets it apart from protocol-buffers and the others (as well as other great ADL features like...

Thank you for the response. I will take a look at the Java and TypeScript implementations (But the TypeScript implementation doesn't support custom types yet, right?). In the meantime I...

I'm not sure if this is related. But I think this would also make it possible to have the builtin ADL types map directly to the Haskell types. For example:...

Thank you, I will try this out soon :+1:

@timbod7 I looked at #128 This is still incomplete, right? But the `JsonBinding` looks good to me

I have added a comment on #97 (regarding strict fields). I bring this up here, because this is something that could affect backwards compatibility.