pranavbabu

Results 8 issues of pranavbabu

This PR adds Ruby on Rails example of ninja-keys integration via youtube video.

This PR will be helpful for debugging internal errors of liquid gem by providing original error in internal error object. Personally I have a lot of cases when I do...

Once `click@window->dropdown#hide` get invoked, action `hide` will be called any time user clicks somewhere.

### Current behaviour When you add style prop such as zIndex to IconButton component it's no applied because IconButton wrapped in Surface component which has static styles defined. ### Expected...

bug

### Thank You! First and foremost, I want to extend my heartfelt gratitude to the authors and contributors of this fantastic library. Your hard work and dedication are truly appreciated!...

This PR adds model name and raw data of record to diagnostic errors to improve debugging processes. Related to #612

This PR introduces the `Money.with_bank` method, allowing developers to assign different currency stores (banks) dynamically within a scoped block. This is particularly useful for loading custom exchange rates per user...

### Problem When searching cards with multiple terms, SQLite raised an ambiguous column error: ``` SQLite3::SQLException: ambiguous column name: search_records_fts ``` This occurred because each term in the search was...