Luca
Luca
## Description `column_as()` breaks PostgreSQL enum I am now forced to use 'role' instead of 'user_role' ## Steps to Reproduce 1. Create Table which uses a native Postgres enum 2....
### Describe the bug As is shown in the below videos, melt's select component triggers the safari menubar, resulting in slow and content-shifting behaviour. Radix's, for example, does not. https://github.com/melt-ui/melt-ui/assets/11229056/ae0c39a8-d0b0-485f-9221-4048e85f3bbd...
### What version of Elysia is running? 1.1.16 ### What platform is your computer? Darwin 24.0.0 arm64 arm ### What steps can reproduce the bug? ```typescript export const requireAuthPlugin =...
Center image does not render on first render in Safari I've tried with base64 to rule out any CORS issues etc, but it still does not work sadly.
Serde_Json this returns value: 10.000, Sonic_rs this returns value: 10 ```rust use rust_decimal::Decimal; use serde::{Deserialize, Serialize}; fn main() { let result: ArbitraryExample = sonic_rs::from_slice(b"{\"value\": 10.000}").unwrap(); dbg!(result); } #[derive(Serialize, Deserialize, Debug)]...