Marc Schipperheyn

Results 99 issues of Marc Schipperheyn

Hi, Really like the component! I'm trying to implement a sticky header that simply contains the navigation bar, which works fine. However, the scrollable content contains ScrollableTabView (react-native-scrollable-tab-view. I have...

If you have an absolutely positioned FAB Button in my ListView content that overlays the parallax foreground using negative absolute positioning. This works fine. However, when I add a sticky...

Since rc5, There seems to be a property in NavigationHeader that replaces navigationState, called navigationProps? Seems out of place to change the name of this variable.

I would love to see a better conceptual explantion of scenes, children. There are various examples that seem to use different structures of scenes but no clear conceptual explanation of...

https://github.com/lingui/js-lingui

We integrate a number of endpoints on our api. Some endpoints are slower than others. I would ideally like to be able to have a function that allows me to...

I have this code ``` 'use strict'; import React, { PropTypes } from 'react'; import { StyleSheet, Text, View } from 'react-native'; import { MKTextField } from 'react-native-material-kit'; import {...

Looks great. Can you add some animated gif visuals for both platform so we can get a feel of the awesome?

I installed the MoonRise theme and the RainBowDrops preference file. I get a hard to read highlighted background color on the class name. I'm on Mac El Capitan, Eclipse Luna

### Issue description Missing space in CONCAT leads to missing quotation marks ### Expected Behavior `CONCAT(myColumn,' ',myOtherColumn)` should generate `CONCAT("my_table"."myColumn", ' ', "my_table"."myOtherColumn")` ### Actual Behavior `CONCAT(myColumn,' ',myOtherColumn)` generates `CONCAT("my_table"."myColumn",...

bug
requires triage