Ullrich Schäfer
Ullrich Schäfer
Hello, The `jcenter` repository [is being deprecated](https://developer.android.com/studio/build/jcenter-migration) and maintainers are advised to move to other repos, such as [maven central](https://maven.apache.org/repository/index.html). Are there plans to publish this library to another repo?...
Currently the rotation is based on `-[UIApplication statusBarOrientation]`. In our setup we want to show a movie player view that only supports LandscapeLeft and LandscapeRight, but the interface of the...
## Environment Happens on macOS (Catalina `10.15.4 (19E287)`). Didn't confirm on other versions or OSes. ## Upgrading version From `0.61.5` to `0.62.0` ## Problem `.gitattributes` changes will cause the git...
Swift2
Updated code, specs, dependencies so everything builds with swift2. Depends on robb/Monocle#9 which does the same for Monocle. 36b5903 assumes Monocle gets version bumped to `0.0.3`. I'll update with whatever...
## Problem The icon of the origin application is not appearing in notification center. This is due to the face that the user notifications are actually send by the Growl...
Hello, I think OHAttributedLabel should by default behave like UILabel. Therefore it should not automatically add links. Additional behavior should rather be opt-in than opt-out. Looking forward to the discussion...
Hi there, I just tried to install the gem via `gem install ocrunner` but got a compile error when building the native extension: https://gist.github.com/2634108 My configuration OS X 10.7.3 `gcc...
Hi, Thanks for the plugin. It's highly appriciated! I ran into an issue though, which is confusing to say the least. I'm using `drizzle-orm` in the `loader` of `root.tsx`. As...
Hi, Thanks again for wanderer. I'm getting started on some unrelated contributions, but first I'd like to propose adding this process-compose file to the repo to make local dev much...
### Reproduction example Unit test case in issue ### Prerequisites ``` import { createEvent } from '#src/event/createEvent' import { render } from '#testHelpers' test('it does not stringify click pointerType', ()...