Tomáš Celizna

Results 14 issues of Tomáš Celizna

implements #1922 needs to be tested locally before merging

**Is your feature request related to a problem? Please describe.** Lazyloaded elements missing on full page screenshots **Describe the solution you'd like** Scroll through page before taking screenshot. See implementation...

Would it be possible to set up automated testing (Travis etc.) so that we can make sure any future pull requests do not break the library? Thank you!

PR welcome

As far as I understood, straining memory with `WKWebView` should terminate individual processes, but not crash the whole app. Instantiating blank (ie `uri: undefined`) `WKWebView`s causes no issues. It depends...

While switching to Fast JSON API from Active Model Serializers, I noticed that `set_key_transform :dash` does not transform `:meta` and `:links` – as I would expect. Overriding the `#hash_for_one_record `...

We have ran into several issues when relying on `enum` to return `Symbol` type. This PR replaces `read_attribute` by `send`, since the `read_attribute` returns unprocessed (raw) value before typecast (`demongoize`)...

The search now respects SCI. From the included spec: ```ruby class MyDoc include Mongoid::Document include Mongoid::FullTextSearch field :title fulltext_search_in :title end class MyInheritedDoc < MyDoc end ``` ```ruby MyDoc.fulltext_search(…) #...

Here a PR with support for localized fields. Basically, if there are multiple locales, and the document has any localized fields, an index is created per each locale, and then...

@dblock I started to refactor the gem a bit (split into modules & services) so that it is easier to extend in the future, however there is still left to...

stringify association key name (so that the associations can be also specified as symbols)