Karim Helal

Results 5 issues of Karim Helal

Hi, This is not actually an issue, but rather a set of questions. We're faced with a tough problem and it looks like your gem might actually help us. Here's...

Hi, I installed the icu packages in ubuntu using sudo apt-get install libicu-dev When I then start a rake task (for example pre-compiling assets), i get the following error: ```...

## Expected behavior Should list all the Users in my DB ## Actual behavior I get an error. ## Failure Logs `Started GET "/forest/User?fields%5BUser%5D=active%2Callowed_event_types%2Cauditor%2Ccompany_admin%2Ccompany_notifications%2Ccompany_qualifier%2Cconfirmation_sent_at%2Cconfirmation_token%2Cconfirmed_at%2Ccreated_at%2Ccurrent_sign_in_at%2Ccurrent_sign_in_ip%2Cdefault_page%2Cdiscarded_at%2Cemail%2Cemail_interval%2Cevents_count%2Cfailed_attempts%2Cfollowees_count%2Cid%2Cjob_title%2Clang%2Clast_sign_in_at%2Clast_sign_in_ip%2Clikees_count%2Clocked_at%2Cname%2Cnotification_settings%2Cpassword%2Cphone%2Cprocurer%2Cread_notificaions%2Cremember_created_at%2Creset_password_sent_at%2Creset_password_token%2Csign_in_count%2Cstats_subscription%2Ctender_notifications%2Ctheme_mode%2Ctime_zone%2Ctotal_notifications%2Cunconfirmed_email%2Cunlock_token%2Cupdated_at%2Cuser_agent%2Cweek_day&page%5Bnumber%5D=1&page%5Bsize%5D=15&searchExtended=0&sort=-id&timezone=Asia%2FDubai" for ::1 at 2021-03-22 11:04:21 +0400...

Hi, is it possible to have different variations of a name for each column? Something like: ``` column ['unit', 'units', 'u'], :unit column ['note', 'notes', 'n'], :note, optional: true ```

enhancement

Hi, I have Users following Companies, and that works very well using the irb. When I try to integrate that setup with SearchLogic tho, it returns to me an error:...