Joel Dodge
Joel Dodge
@dwaite I'd be happy to help maintain this project. My rubygems profile is https://rubygems.org/profiles/joeldodge In any case I'd really like to see the existing open PRs reviewed and merged, especially...
is the "elbow grease" manual or automated? in our [sdk-codegen](https://github.com/looker-open-source/sdk-codegen) repo we end up with lots of tags and releases but release-please does it for us. then we use `lerna...
In case it's relevant, we're on an old version of [release-please-action](https://github.com/google-github-actions/release-please-action/commit/b1f383133aa4cc90eca1d35ae7ac7d96c1e83d72) (hopefully updating to latest in the next few months) > how you manage creating release PRs [using](https://github.com/looker-open-source/sdk-codegen/blob/main/.github/workflows/release-please.yml) `command: manifest`...
I'm not exactly sure how `prerelease` works but it looks like there's manifest support and hopefully you can ask around based on https://github.com/googleapis/release-please/pull/1181
`def init31( config_file: str = "looker.ini", env_prefix=constants.environment_prefix, section: Optional[str] = None ` looks good to me. any chance you could work up a PR for this? Also, FYI on related...
My understanding was that the `last_name?: string` optional typing was based on the swagger/oas spec's `required` attribute and that we handled sparse responses (from `fields` params) using the `Partial` utility?...
For lack of a better place I'd like to document our interpretation of required/optional properties on schema objects WRT input vs output. Context: For many of our endpoints we re-use...
well hrm, cattrs unittest are failing, seems unrelated. i'll have to dig into that for a minute
@kppk any ideas on this one?
just back from vacation - I'll look into it but my suspicion is that the API explorer interactive docs are sending in an `""` as the POST body while the...