Tim Docker

Results 25 issues of Tim Docker

I can successfully decrypt some rsa encrypted data with ``` openssl rsautl -inkey key.pem -decrypt ``` Does the library have functionality equivalent to this? I suspect that the OpenSSL C...

Currently the rule is that ADL types `Float` and `Double` are serialised as json numbers. This won't work for NaN and Inf across the language bindings. A possible alternate rule...

enhancement

So far I've just hand translated the https://github.com/timbod7/adl/blob/master/haskell/compiler/tests/demo1/input/picture.adl and added some support to the adl runtime.

ADL has been actively used in a range of projects for more than 4 years. It's worked well, though usage has suggested some improvements that are difficult to make in...

enhancement

Inconsistency can cause name resolution to fail

Presumably via a compiler flag.

enhancement

ADL accepts and generates code for this declaration as expected: ``` struct X { X x; }; ``` but, unfortunately, adding a default sends the compiler into an infinite loop:...

bug

There are circumstances where we need the type expression for the alias (eg inside dynamics). Possibly emit a java class for the type alias, but which only has static factory...

enhancement