ChristophKaser

Results 11 comments of ChristophKaser

I have the same issue. If I set a Pattern with `/autolink set dummy Pattern (?P(includes|web_cgi|library|branches))(?P\d+))?` the autolink plugin responds with `Pattern: (?P[web_cgi|library|branches))(?P(includes)\d+))?` (note the position of 'includes') `/autolink list`...

It seems archive_ready does not work for the current version of postgres (13) and always finds 0 ready files. is there some workaround to get it running?

> > > Oh I see - that is indeed the case. > > pinging @ChristophBerg as he committed that. I think the person to ping was @df7cb

You can use jitpack.io: ``` repositories { maven { url "https://jitpack.io" } } dependencies { compile 'com.github.ChristophKaser:PagerSlidingTabStrip:d924189a70' } ```

Hi! I created the PR #2346 that fixes the behaviour of the home and end key. However, it was closed as a duplicate of this issue - does that mean...

I am seeing the same issue (in production) with a Mapview without compose, so it seems to be a concurrency issue in the Google Maps Library.

Yes, I am pretty sure that my issue was solved by using "marginHorizontal" instead of "marginEnd". I did not see issues with layout_gravity, though that might depend on the parent...

Would you accept a PR for this feature?

This might be a duplicate of #75468, in which I found a medium sized project that produces this crash