Laura Beatris
Laura Beatris
 Refer to: https://github.com/apollographql/apollo-link/issues/300
This PR adds a github actions workflow to publish the package to NPM on every new release. We would just need to worry about bumping the version and then creating...
## ☕️ Reasoning ## 🧢 Checklist - [ ] Documentation - [ ] Tests - [ ] Ready to be merged ## 📌 Resources - [Security guidelines](https://github.com/nextauthjs/.github/blob/main/SECURITY.md) - [Contributing guidelines](https://github.com/nextauthjs/.github/blob/main/CONTRIBUTING.md)...
### Potential improvement, not an actual bug: Nowadays, if an invalid URL is provided to `plug Tesla.Middleware.BaseUrl`, then the following error is returned: `:no_scheme` If the URL gets incorrectly formatted...
### Current behavior When passing an invalid option, eg: ```ex @derive {Jason.Encoder, invalid: [:__meta__]} ``` It returns the following error: `cannot encode metadata from the :__meta__ field for CrosswordsApi.Users.User to...
## Description Removes references from deprecated `clerk_frontend_api`, `clerk_publishable_key` should be used instead. ## Checklist - [X] `npm test` runs as expected. - [X] `npm run build` runs as expected. -...
## Description Currently blocking SDK-1672 (https://github.com/clerk/javascript/pull/3257) Introduces client-side caching for telemetry events. This prevents event flooding in frequently executed code paths, such as for React hooks or components. --- TODO:...
## Description Resolves SDK-1672 Sends telemetry events for React hooks. This will be useful to track regarding the creation of custom flows with hooks such as `useSignUp`. ## Checklist -...
## Description ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. ``` [ ] Yes ``` If yes, link a...
### Summary Having a public creation form is risky for sensitive content, especially when sharing the app on social media - so here's the action point: Implement API to prevent...