Nikita K

Results 6 comments of Nikita K

:ping_pong: Any chance of this implemented maybe as an opt-in feature?

> I'm using tanstack table in shadcn/ui. Columns sizing didn't work until i add 1. > > ``` > {...{ > style: { > width: table.getCenterTotalSize() > } > }}...

Basically it's a use case described in the [OpenAPI docs](https://swagger.io/docs/specification/using-ref/#allowed-places) so it'd be nice to have it 👍 ```yaml paths: /users: $ref: '../resources/users.yaml' /users/{userId}: $ref: '../resources/users-by-id.yaml' ```

# LINE Hi, would be nice to have [LINE](https://developers.line.biz/en/reference/line-login/) as an OAuth provider. Gonna try submitting a PR 💪

Hey guys. I haven't checked this myself, but looks like you don't need API_KEY, just pass `nil` as the first argument. https://github.com/decision-labs/fcm/pull/115