Carter
Carter
This PR: - adds (and [supports](https://github.com/WeebDev/chibisafe/blob/master/docker/docker-compose.config.example.yml#L9)) the env var `ADMIN_PASSWORD` and creates a prompt within setup - uses conditional prompting in setup depending on database selection (see below) db =...
Hey Prisma team! Thank you so much for your work on the Go client! I'm running into this error when trying to run the package to create a migration or...
This PR documents all (public) Game SDK routes. I ran into many problems writing these types, such as the lack of documentation for [APISKU](https://github.com/Fyko/discord-api-types/blob/feat/gamesdk/v8/payloads/gamesdk.ts#L261-L340), which is why I've marked this...
**Please describe the changes this PR makes and why it should be merged:** This PR updates examples for Discord.js v13. Additionally, it fixes a [documentation error](https://github.com/discordjs/voice/commit/84c267829b9302c7da0cf5b973165e5307f175dc#diff-c8b39ef66dfab8b1d90c475e891dc6c9af4fb87e8002cf4c18aff7afb3d91a6b). Closes #170. **Status and...
This PR adds the `ClientUtil#webhook` function which will parse a webhook URL and return a [`WebhookClient`](https://discord.js.org/#/docs/main/master/class/WebhookClient).
### What is the problem this feature will solve? We're building a registry server to serve our JavaScript packages in a variety of runtimes -- Node.js, Deno and the browser....
Howdy folks! I'm running into this odd issue where, in certain contexts, performing a PATCH Guild Member to change their voice-channel causes the program to hang indefinitely. I cannot reproduce...
**Description** When attempting to call `Index::add_documents_csv` with a File, meilisearch-sdk panics. **Reproducable Example** https://gist.github.com/Fyko/cdaa113505dcca334372b18896381266#file-readme-md **Screenshots or Logs** ## Error ```rust 2023-10-20T23:36:48.526475Z DEBUG isahc::agent: agent took 77.397µs to start up at...
`CqlTimeuuid::nil()` would be a proxy for [`Uuid::nil`](https://docs.rs/uuid/latest/uuid/struct.Uuid.html#method.nil) and would be considerably less pedantic than: ```rust CqlTimeuuid::from(Uuid::nil()) ``` it'll be easy as: ```rust pub const fn nil() -> Self { Self(Uuid::nil())...