Results 42 issues of rburgst

this prevents issues with FastScroller which does not like the last element of a list to have height 0. See https://code.google.com/p/android/issues/detail?id=62086&thanks=62086&ts=1384147033

simliar to https://github.com/strongbox-password-safe/Strongbox/issues/401 but (also) for Mac OS.

1. it seems that https://github.com/AngularClass/angular-seed no longer contains the angular seed project, but now is a vue.js repo. 2. the information in the readme contradicts somewhat to what is stated...

- this serves as the basis for optimistic locking - you can now configure a `version` field as readonly and have it included in all update calls - on the...

I would like to make the enter key go into the next row but the first editable column. It would be cool to have a way to influence the default...

I have a fairly large and complex WP + ACF setup and wpgraphql + acf gives me errors: When I issue a request as follows ```graphql query error6 { page(id:...

:rocket: Actionable
Documentation
Question

In addImageView the given attributes are applied which causes any paddings, etc be applied to both the ViewSwitcher(from RemoteImageView) as well as to the ImageView itself. The same is true...

- this PR shows a bug where bundling with `vite` (which uses `rollup` under the hood) causes issues when using the modular player - to repro do the following ```...

in case you created markdown nodes programmatically (e.g. since you want to process markdown content in frontmatter fields), you can now provide a custom resolver function that calculates the correct...

Currently it is not easily possible to have markdown in frontmatter tags while using this plugin (e.g. using netlifyCMS with a `markdown` fields other than `Body`). Currently I am creating...

enhancement