Kristof Mattei
Kristof Mattei
https://github.com/oblador/loki/pull/218 to wait little longer when loading storybooks seems to help A lot.
\+ 1 on this one. This is behavior that's quite common seen when using `getopts_long`. Is there a way to stop `clap-rs` from parsing the the incoming args as soon...
Also worth pointing out here is that `channel: rubocop-1-31-0` doesn't work with the online version. It only works on the CLI. See https://github.com/codeclimate/codeclimate-rubocop/pull/318#issuecomment-1202978992
Yes! Happy to help.
We're also missing something like: ``` export interface SerializerOptions { [key: string]: { valueForRelationship: (relationship) => any transform: (obj: any) => any }; }
The way this function is written in JS makes it really hard to make a TS definition that's able to infer the types. https://github.com/basarat/typescript-book/blob/master/docs/types/index-signatures.md#excluding-certain-properties-from-the-index-signature Meaning if we update the definition...
> Building on @mislav comment. You can use with gh's aliases to skip the interactivity. The following creates a branch on the origin, then creates a PR and opens the...
I find this overly complex. I am able to use this application (through the action) as follows: ``` - name: Run chart-releaser uses: ./.github/actions/helm/chart-releaser-action env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_RELEASE_NAME_TEMPLATE:...
JWK support was missing (until recently) from `jwt`. It now has support for that.