Maik B

Results 13 issues of Maik B

This open-source Android library is aimed at app developers who want to improve the way users are asked for ratings. (as popularised by Circa in http://bit.ly/125IFe6) It provides full design...

Based off the discussion on https://github.com/conventional-changelog/conventional-changelog/pull/375 and other issues, I started an implementation to add a new option to either include, exclude or only show merge commits when generating the...

Commits which have no scope are dropped with the following configuration: ```yaml commit_groups: group_by: Scope ``` ## Expected Behavior I would expect all un-scoped commits to b grouped together as...

type: feature

Please add this functionality, so it is easier to access the width/height (and therefore scaleRatio) of the underlying original image, which is useful for lots of View calculation and other...

So in the examples and the test cases, it seemed that single line comments are stripped from the AST output. Now I could not find a reference or test case...

I figure it out the issue by commenting out some of the table schema in Tables.scala. I have multiple tables declared in Table object and one of them is not...

In our model we have a gender enumeration defined like so: ``` scala object Gender extends Enumeration { type Gender = Value val Male = Value(0, "male") val Female =...

see https://stripe.com/docs/subscriptions#canceling-a-customers-subscriptions usage example: subscription.rb ``` ruby # we want customers to use the paid subscription until the paid billing period def prepare_for_cancelation self.cancel_at_period_end = true end ```

Is there any way to get the currently displayed text in the onProgressChanged event? I know I can achieve this by manually formatting the value, but I just wondered if...

Version: 1.0.0-beta.4 used with VueJS3 inside nuxt Steps to reproduce: - create flipbook with >10 images/pages - flip quickly between pages when network is weak (mobile or developer tools network...