Mike Kazmier

Results 11 issues of Mike Kazmier

This PR fixes issue #123 where query strings are handled differently based on combinations of different libraries.

I am not sure if its my content, an issue of timing of when the measurement is taken, or just a bug in this or core react-native, but the measured...

awaiting-reply

Hi all, super minor documentation issue: even though this project switched to using react-native-svg last year, the GitHub description still says it uses ART: ![Screen Shot 2019-06-10 at 9 40...

In my saga I have code that looks like this: ``` try { // removed for brevity } catch (e) { const errorMsg = e && e.response ? `Error ${e.response.status}...

@ericwooley I assume you have seen that version 0.49 of React Native is out along with version 1.0 of react-native-web which are both supporting react v16... I haven't upgraded (yet)...

enhancement

In order to use Koudoku with a freemium model (a free account or upgraded pay accounts) we must change Koudoku to support adding a customer without taking a credit card...

In our use of `objection-graphql` we were having a hard time doing pagination correctly. The main reason is that we did not receive a `totalCount` of records available which made...

In mobile web, you can simply create a standard image view. So my code is littered with blocks like these: ``` if (!OS_MOBILEWEB) { var svgView = require('com.geraudbourdin.svgview'); var svg...

Hello, I recently was pointed to your project and I am just wanting to learn a little more. Unfortunately your readme file just doesn't have the details I am looking...