John Kaster

Results 49 comments of John Kaster

Totally brill, @samizzo . Adding `&& !defined(__APPLE__)` worked like a charm for me.

Thanks for creating the follow-up issue. It's a modest enhancement of #1964 My use case is for the "protocol" or url version of `code-server`. Our [API Explorer](https://github.com/looker-open-source/sdk-codegen/tree/main/packages/api-explorer) can direct link...

I hope this gets implemented some day, since it was deemed relatively easy and it would be great for integration

Yes, we do plan to publish the Kotlin SDK but it hasn't been scheduled for a sprint yet. Sorry but we don't have a timeframe for it yet.

FWIW, we do have environment prefix support in the TS SDK, so we've at least got a reference implementation. ```ts export const ApiConfigMap = (envPrefix: string): IValueSettings => { if...

This will be a change to `@looker/sdk-rtl` and possibly `@looker/sdk-codegen` as well.

This just got a bit ugly when I was trying to achieve full URL derivation when used as an extension, so this is going to need a little bit of...

I don't think this is a python issue. Sounds like it's more of a Looker API endpoint issue, and the bug should be entered against Looker rather than the SDK