Felipe Orozco
Felipe Orozco
I would like to keep code gen consistent regardless of how the objects are used. Does the above proposal sound reasonable to you @alexthemark?
The issue shouldn't impact the runtime of the CLI. @tylerssn have you been impacted by this?
Agreed that it would be nice if we did generate Sets in bindings but there are a couple reasons we can not. - The response is parsed as JSON and...
I'm improving our testing story with #90 then I'll follow up with a fix
@rherms I've attempted to repro your issue, but I've been unable to. You can look at a my [branch](https://github.com/palantir/conjure-typescript/compare/fo/alias-imports?expand=1). What version of conjure-typescript are you using? Can you point me...
Caught up offline with @carterkozak and @iamdanfox to discuss a way forward on this. We arrived at there being two issues with service exceptions in Java land: - Server produces...
We definitely want to alert on anything from `com.palantir.dialogue.core.NeverThrowLimitedChannel` origin
https://github.com/palantir/sls-packaging/blob/b01ac4d9e1e735dc61bb5b7945781276f34ed17f/gradle-sls-packaging/src/main/groovy/com/palantir/gradle/dist/service/JavaServiceDistributionPlugin.java#L222
Why do you want to overwrite the init.sh?
I don't think its desirable to support custom `init.sh` and I think there are a couple options you could try instead. For example, could you convert the CLI into to...