Markus

Results 108 comments of Markus

Just want to give a shout out to the plugin infrastructure of mobility. Once you grasp it, you can easily write your own fallback plugin to do exactly what you...

For the record, this is what I came up so far with arel and the key value store. I didn't test it much for correctness yet, but based on some...

Oh one gotcha though: You cannot use the search scopes with `.or`. For example `Post.title_search('abc').or(Post.where(something: 'other'))` does not work (because of the join). The search scopes can be reimplemented as...

Thanks, this looks good! I tried passing an arel attribute to `locale` before but didn't think of overwriting `#to_s` to actually make it work, it's a good trick/workaround. I will...

Just want to give a heads up I could easily implement this as my own plugin with Mobility 1.0.0, see https://github.com/shioyama/mobility/pull/328#issuecomment-745270816

got this problem too, even in IE8. fix seems to work.

:+1: just noticed my contacts lost some dates. Migration was done about one year ago and I switched phones after this already and contacts synced back from nextcloud without those...

On my Android 11 phone / Pixel 5 with stock google android I can only add "Birthday" and one "Anniversary" to a nextcloud contact in the regular contacts app. I...

I have a simpler test case I think and steps to reproduce locally. I get a similar error when using a `pg_search_scope associated_against:` in conjunction with a regular scope. Test...