Ullrich Schäfer

Results 33 comments of Ullrich Schäfer

+1 for please updating the gem thanks

Additional context: I believe from react-natives side there's the assumption that jitpick would take over, but version `1.0.4` has build issues on jitpack: https://www.jitpack.io/#yqritc/Android-ScalableVideoView

Fancy having a look at my branch: https://github.com/nxtbgthng/AGWindowView/tree/device-rotation ? See the homer in the second tab of the demo project. The only problem is, that the background view still is...

I used FTS in another SQLite project and the FTS tables can live quite autonomously using SQLite triggers to update themselves. I had the idea to introduce a schema field...

Here's an example that would add a sqlite FTS index for table `message` over the fields `subject` and `body` ```sql -- Creating the FTS4 virtual table table CREATE VIRTUAL TABLE...

I'm dabbling around on this branch https://github.com/stigi/WatermelonDB/tree/fts Hope I can get something in a PR next week.

@fungilation I talked to @radex during the react-native eu conf. I stopped because the syntax around the query builder didn't come natural to me. I believe I got the table...

I was happy to see the suggestions to disable network caching, but I still can confirm what @jan-happy is seeing. If I change on of my source files in Atom...

FYI: I hacked it for now by adding this category on FRLayerController: ``` #import #import #import @implementation FRLayerController (Hack) - (void)hackSetTitleView:(UIView *)titleView; { if (titleView == nil) { UILabel *titleLabel...