Grigore Danciu
Grigore Danciu
Wanted to purchase codecov: - opened the docs [https://docs.codecov.io/docs/browser-extension](https://docs.codecov.io/docs/browser-extension) - navigated to the sample link mentioned in the docs: https://github.com/stevepeak/timestring/blob/c93d88f2e50d583ae973b985feffa92f70a515cf/timestring/Date.py - getting Coverage Error Using Chrome on Mac. Doesn't convince...
Are there any updates on this? Our node can't finish syncing as it crashes every few minutes due to this error.
I get his also when just running the example app. A fix would be greatly appreciated.
I followed this and I was able to run the example! https://stackoverflow.com/questions/38191170/multiple-dex-files-define-lcom-google-firebase-firebaseexception
This is the relevant part of what I have in `app/build.graddle` ``` android { compileSdkVersion 25 buildToolsVersion '26' defaultConfig { applicationId "com.appId" minSdkVersion 16 targetSdkVersion 25 versionCode 1 versionName "1.0"...
And this is my top build.graddle ``` // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { jcenter() } dependencies { classpath...
i'm no Android expert, so can't help you on this. But maybe you can try to start simple, run the example first, make sure that works, and then add the...
> For anyone else with this issue, I've found a workaround to force `passport-oauth2` to use `[email protected]` by adding an override into my project's `package.json`: > > ``` > "overrides":...
Not sure if it's the best approach, but we are using the following structure for sharing JSS on React Web and Stylesheets on React Native ``` //platform.js export function createStyles(styles,...
We have just began unifying the React and React Native components, will write a blog post/sample github repo once we are ready to deploy in production, as we still have...