Jake Dluhy
Jake Dluhy
I guess I don't get why the deserialization works the way it does. If I'm posting the body of an entity I want to create, any relationships that I post...
I'm running a test using a library (`grommet`) that uses `scrollIntoView` on an `a` tag. `jsdom` is throwing errors when hitting that line of code. I was able to get...
We have a use case where we only want to show the icon to close the app. Would you accept a PR where I expose an `exclude` option that supports...
Closes #5 I realize that this isn't a common use case. If you don't think that this change would be useful to anyone else, I can maintain a separate fork.
Not sure if this is a bug or a docs issue, but the docs for the Listbox in v2 state that "Enter" will open the Listbox, but I was not...
I have the following setup: * Nextjs app using apollo client to make API requests with an Authorization header with the JWT * Rails backend API handling requests It's working...
Here is an example of some code: ```ruby # LIst of clerk ids user_identifiers = [...] @clerk = Clerk::SDK.new users = @clerk.users.get_user_list(user_id: user_identifiers) # Expecting: Users to only include users...