Sophia
Sophia
**What is the feature you're proposing?** With the ever-growing complexity of context functionality being used in our commands and components, we're in a situation where we need to abstract and...
**What is the feature you're proposing?** `unstable` is a land of both creativity and instability, which is commonly seen from the consistency in bugs appearing on this branch. This branch...
Seeing as this client library does not yet support a query builder, I would love to be able to pass in dataclasses when I'm making queries with EdgeQL. It would...
I'm a really big fan of pre-commit. It's saved me a lot of time and hassle getting several tools to work together nicely in my Python projects. I couldn't help...
## Introduction Relevant to https://github.com/edgedb/edgedb/issues/4272 , having decorators for handling mutation and action triggers would be very beneficial for developers writing client-facing solutions with EdgeDB. These are only my thoughts...
This PR documents the error handling of the PHP library.
https://github.com/oven-sh/bun/blob/b400dfb386be65ca1d16ada005e75683ec48c1a5/src/fs.zig#L205-L218 When handling file structure kind structure we can optimise on perf by using the [accepted `inline switch` proposal](https://github.com/ziglang/zig/pull/12979). This should eliminate a small amount of bloat from ZIR and...
### Library Version 5.10.0 ### Describe the Bug Using `Paginator` from the `interactions.ext.paginators` extension will throw a `TypeError` for missing embed footers. From `@algorythm_cs` on Discord: ``` File "...\interactions\ext\paginators.py", line...
### Is your feature request related to a problem? Please describe. I'm currently using NAFF for a company contract that involves needing to survey user data at a large scale...
#### Expected Behavior Clicking the votes count button should prompt to the bot's voting page. #### Observed Behavior A HTTP 404 error page is given back. #### Applicable Links or...