Rahij Ramsharan

Results 8 comments of Rahij Ramsharan

So I'm not trying to run git manually inside intellij. My git integration actually works. I get this error when I press the 'Sync' button and it crashes on `version...

@ellisjoe is it still true that exposing recursive delete and rename options in `KeyStorageStrategy` won't happen anytime soon?

Synced offline with Joe, we have a workaround for the internal library.

Not sure about the go backend, but unfortunately it can't be handled in typescript because when the response comes back to the browser, there is only javascript with no type...

found this issue in conjure-go that alludes to the same problem :https://github.com/palantir/conjure-go/issues/73. It looks like they do include keys for missing fields but send them as null instead of a...

On the typescript side, the generated interface currently look like this: ``` ISomeObject { foo: string, items: ISomeItem[]; } ``` From my understanding, in order for a response like this...

I think that's what the "serde layer" in https://github.com/palantir/conjure-typescript/issues/78#issuecomment-459786209 alludes to, but I am not sure how straightforward that change is to make.

Hi @sfackler, Just wanted to follow up on this to see if there's appetite to make the change in conjure-rust, as changing the spec or adding a serde layer in...