Andrew Twyman

Results 115 comments of Andrew Twyman

I don't see any obvious failures in your screenshot. Perhaps it was related to the issues with repo.typesafe.com described in #449? Regardles, as a1lu says, Djinni isn't getting any more...

I'm not sure this is expected to work, since it's not supported in the underlying languages. You can't use a list/map/set as the "key" in a map (or the element...

Seems reasonable, but this repo isn't taking any new feature enhancements, per the note in the README: > Maintenance note: This repo is stable but no longer actively maintained. No...

Seems like a fine idea, but this repo isn't taking any new feature enhancements, per the note in the README: > Maintenance note: This repo is stable but no longer...

I'm pretty sure the generic type / type parameters code in Djinni is vestigial, left over from an early experimental version and never really finished or tested for a real...

Can you please re-generate the code for the example and test cases to show the impact of the generator changes? Also please ensure the tests build and pass. You can...

Thanks for your effort! This repo is no longer supported by Dropbox and about to be archived. I'm not going to try to merge this PR at the last minute,...

Hi @rdegnan. Thanks for taking a stab at this. Looks like this change breaks some existing functionality, though. When I try to build the sample app I see many errors...

Hi, @fostah! Great to see someone taking a stab at this long-requested feature, and using it for a real use case. I don't have the time to do a deep...

I'd stay as far away from virtual inheritance as possible, since it adds a lot more complexity, and puts extra burden on implementation classes. For sharing implementation, I think a...