Cyan

Results 6 issues of Cyan

### NextUI Version v2.4 ### Describe the bug ![image](https://github.com/nextui-org/nextui/assets/2889354/448c147d-53fa-4274-88ec-ce27274b1caa) ### Your Example Website or App _No response_ ### Steps to Reproduce the Bug or Issue 1. render popover component 2.set...

✨ Type: Enhancement

sql like select/delete from table_name where id in $1 will get error: Unhandled Promise Rejection: ReferenceError: Cannot access uninitialized variable.

bug
enhancement
plugin: sql

I'd like to create different database instance for diffrent users. plugin/sql can only add migrations with certained database name. I know we can write a command to add plugin/sql to...

enhancement
plugin: sql

### HeroUI Version 2.6, 2.7 ### Describe the bug When click a Button inside Link component (ListboxItem and some other components has href attribute will render as link) should not...

database: MySQL, field type: JSON table info: user {id :u64, name: String, data:serde_json::Value) create a user object, when data contains some escaped characters like \n, \" { }. will get...

help wanted
done

pub async fn update_by_map(executor: &dyn IntellijRustDollarCrate :: executor :: Executor, table: &Account, condition: rbs::Value, skip_null: bool) skip_null is removed from above method on version 4.6 . how to update field...

enhancement