Adam Zysko
Adam Zysko
A possible workaround: - Make your aggregate column searchable via first_name - Add another column searchable via last name, in your view, in the add `data-visible='false'`. This way the column...
Hi, has there been any progress here? The lack of fallbacks requires lot of code repetition in the YML translation files
Found a change that is necessary for the tour to work properly Popovers are now using: `.popover-header` instead of `.popover-title` `.popover-body` instead of `.popover-content` Should be updated in the template
Hey Ulrich, is there any progress on enabling `orphan` option?
Hi, I just found this Issue and see how it could have value. I can see the following steps that should be taken in order to implement it: - `inbox.enable_auto_assignment`...
Hi, I'm here with some extra findings. In our case, the main issue was that puma suddenly stopped responding in many tests and the request timed out. First I tried...
I'm not really confident about dropping the threads count for all cypress-rails users, so I decided to dig a little deeper. The previous solution could work as a hack for...
Thanks for the failing sample app @erikphansen! I can see that the transaction doesn't get rolled back correctly between the tests. The rollback is a part of the `ConnectionPool.unpin_connection!` method....