Curtis Mosters

Results 22 issues of Curtis Mosters

I'm always getting **TypeError: D is undefined**. So it seems that the latest version is broken with **jQuery 2.1.3**. ``` ``` Any solution on this? Already tested an old jQuery...

I was able to get this really great project here running. But I do not really need it on a hard drive. I want to embed the genereated stuff into...

I have an `Node.js express` application that needs to be available on an Android device and being able to access the `NFC` reader of that device. That `NFC` shall be...

As the title says. I use Expo instead of react-scripts start. But the database does not get connected. I think Expo is ignoring the ApolloClient. How can I use Expo...

Website is running fine on my computer. Now I want to deploy that Website to my Android device. So I did it exactly like the [Running On Device tutorial][2] said:...

I have read all the different threads about that issue. But none of the answers work. So maybe I need another solution. But I'm pretty new to Node.JS so it's...

I have the issue that when I hit the vote button, the page is not refreshed. So when I hit the vote button again the page crashed with the error...

I have the same issue like [this](https://github.com/howtographql/react-apollo/issues/44). I cloned https://github.com/howtographql/react-apollo and did everything like the Readme says. Except the database connection. For my connection I use MongoDB with: ``` version:...

As the p flag allows to include textual information. That would be great because in many cases like in mine text is needed as well as geo information. Thanks.

When I run the postcss Task I get this output: ``` Running "postcss:prefix" (postcss) task Container#eachAtRule is deprecated. Use Container#walkAtRules instead. Container#eachRule is deprecated. Use Container#walkRules instead. Container#eachDecl is deprecated....