Ms. Boba
Ms. Boba
### Description 📓 The [OAuth provider configuration object](https://next-auth.js.org/configuration/providers/oauth#options) includes options (e.g. `authorization`, `token`, and `userinfo`) to configure how each provider handles the various stages of the OAuth flow. While a...
Hello, there is a lot of JavaScript tooling that uses [AJV](https://github.com/ajv-validator/ajv/) to validate OpenAPI specs. None of it seems to support 3.1, which is really unfortunate. I was trying to...
### What problem are you facing? I want my plugin to display a completely different DOM tree in editable vs read-only mode. I can't figure out how to get the...
This is not a real PR, but I did some work to see what would be needed to upgrade to Open API v3.1 and don't want it to be lost...
From #474. My ideal workflow would allow me to "force update" the service configuration from within the service page itself (see picture). I haven't used your software enough to know...
### What problem are you facing? When using `Node.create` to build custom plugins, any reference to the `Attributes` type translates to `Record`. It should be possible to restrict the type...
### What’s the bug you are facing? When adding a block node that inserts a new, empty paragraph after itself (for example Horizontal Rule inserted in the last text block)...
**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.6.2, which should be the latest **Ajv options object** ```javascript { allErrors: true,...
Hello and thank you for this incredibly useful service! I'm currently trying to use iframely via docker-compose on a NixOS machine. One particular issue with NixOS is that the folders...