Robert Fink
Robert Fink
Not really sure what to do here; suggestions? On Fri, Nov 18, 2016 at 7:15 AM James Neale [email protected] wrote: > When trying to launch using a Unix JRE on...
Don't think this is related
@iamdanfox I don't think the stalebot is working well for us.
Can you provide a minimal repo (or maybe just test case) that shows the error?
What is "MoveTo"?
in most cases, an empty conjure `optional` return value means "the requested object does not exist", which I think is closer to `null` than to `undefined`. there might be other...
ok, this is beyond my typescript knowledge, but I agree there's a bug
@iamdanfox the wire format docs claims errors should be serialized using the JSON format, probably including errors. did you already have a plan here?
Why can't you handle to UNKNOWN case explicitly in your code?
For Java consumers, the expectation is that any union type is accessed through the visitor and you are explicitly forced to handle UNKNOWN by implementing the visitor. This is still...