Prabhakar Bhat
Prabhakar Bhat
I am using postgres, where LIKE is case sensitive. This does not provide best experience with filters. ILIKE should be used in this case. Can this be fixed?
When coverscreen prop is specified, SafeAreaView inside the modal does not work. ``` ...Other code... ```
## Package version 5.8.0 ## Node.js and npm version Node: v18.6.0, NPM: 8.13.2 ## Sample Code (to reproduce the issue) ```ts // config/app.ts export const http = { // other...
Issue / Feature - Opening Epub FolioReader version - 0.5.4 FolioReader Stock / Modified - Stock Android SDK - 8.1.0 Mobile / Tablet / Emulator Info - Moto G5 S+,...
When I serialize the time field using https://github.com/jackc/tod, I get "not a valid time" error from validates_timeliness. ```ruby # my_model.rb class MyModel < ApplicationRecord validates_time :closes_at, after: :opens_at serialize :opens_at,...
Hi, is there any plan to add docs with recommendations on how to write a package? Looking for conventions, and even more than that how to test those. Something like...
I had to dig around to find out `.useProxies()` call before I could mock a service registered by a package.
Looks like the option labels are sorted alphabetically. https://github.com/jakub-zawislak/formex_ecto/blob/aa8a6ef78fb29d0fea59c2f37e2cef0324c42e22/lib/custom_fields/select_assoc.ex#L290 How do I sort by a column? ** Context I have a multi level/nested set of categories. These can be selected...