Results 10 issues of Zoddo

As noticed during a [conversation](https://discord.com/channels/81384788765712384/381887113391505410/1005960212722753597) on the Discord API server, there is currently an inconsistency between the "[Opcodes and Status Codes](https://discord.com/developers/docs/topics/opcodes-and-status-codes)" and "[Gateway](https://discord.com/developers/docs/topics/gateway)" pages. The former says that we should...

This remove a useless redirect and allows for a nicer error when an invalid scope is sent ([this](https://discord.com/oauth2/authorize?response_type=code&client_id=545364944258990091&scope=identity) vs [this](https://discord.com/api/oauth2/authorize?response_type=code&client_id=545364944258990091&scope=identity)). The URL generator on the dev portal can also be...

### Description On the [Applications section of the developer portal](https://discord.com/developers/applications), when sorting applications by "Date Created", applications created after July 22 (with a 19-digit ID) are sorted first, while they...

bug
synced

Trying to do the initial backup of my root subvol with the following command... ```sh sudo snap-sync -r storage --sudo ``` ...produced the following error: ``` ... Performing backups... Sending...

Let's say you add an additional level like this: ```js const log = require('gelf-pro'); log.setConfig({ emergency: 0, alert: 1, critical: 2, error: 3, warning: 4, notice: 5, info: 6, debug:...

bug

### Steps to reproduce 1. Configure LDAP provisioning 2. Configure SAML authentication 3. Check "Only allow authentication if an account exists on some other backend. (e.g. LDAP)" 4. Login with...

OpenID is a decentralized authentication system. It allows to delegate the authentication to a third party trusted by the end-user. The last version (OpenID Connect) works over OAuth 2.0. It's...

suggestion

### Description As any people who spend some time in ddevs can see, support agents currently ignore intents requested when applying for verification for a bot (apparently because this part...

synced

Cette super traduction digne de bitoduc vous est proposée par la [DGFiP](https://www.qwant.com/?l=fr&sr=fr&r=FR&q=%22formuel%22+site%3Aimpots.gouv.fr&t=web)

### Problem description When trying to respond with a `google.protobuf.Struct`, the call errors with status 13 INTERNAL `Error serializing response: Expected argument of type google.protobuf.Struct`. ### Reproduction steps Use this...

package: grpc-tools