-
# Bug report
- [X] I confirm this is a bug with Supabase, not with my own application.
- [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
Opening an issue from https://discord.com/channels/707636530424053791/1123687185837740053/1290092449183698965 - me and @helderco had a chat about this in person at our offsite.
Current enum support…
-
I'm working from the "dev" branch.
To reproduce:
- Make a custom enum in the Custom Types Editor, add some values, and set it to Save as String.
- Add an object like a point, and add this enum as a…
-
When using a custom schema
```
export default defineConfig({
dialect: new PostgresDialect({
pool: new Pool({
connectionString: process.env.DATABASE_URL,
}),
}),
plugins: …
-
Hello, I'm using the new merged #2317 to avoid some callback wrappings between uniffi binding and core crate. And it's served well, but I still find some glitches, and want to share here.
As a old…
-
Hi, thanks so much for magic_enum!
As far as I can tell, the mechanism for turning on `is_flags` or other `enum_range` flags (specializing `magic_enum::customize::enum_range`) only works from globa…
-
One feature that would be extremely nice to have is the ability to define custom enums to automatically unwrap as newtypes on a specific variant unless otherwise specified. By this, I mean sometime si…
-
### Product
Hot Chocolate
### Is your feature request related to a problem?
When configuring an enum type using a type deriving from `EnumType`, we call `IEnumTypeDescriptor.Value(...)` in the `Con…
-
### Describe the feature
Currently, we use `eyre::Result` for errors in ExEx WAL, but we can do better with a custom `thiserror`-powered enum that has rich variants (with tuples/structs) to pass addi…
-
I'm back and still thinking about enums! A problem we hit last time in #1217 was that generating Dart enums for native enums isn't always the right choice. As a workaround, we offered an opt-out, but …