Ihor Andrianov
Results
3
comments of
Ihor Andrianov
Hello! Any feedback on this issue?
Our current default mode looks kind of sqlite3 .mode box. Looks like a good starting point to look into. Anyway its a user experience question, so there is no right...
Storing integers on the heap looks problematic, is limbo becoming javascript? 😅 Should we think about something like ``` enum OwnedValue { BigData(Vec) SmallData([u8; 24]) // or any convenient size...