Eddie

Results 53 comments of Eddie

``` doxygen --version 1.9.3 ``` When including github markdown (*.md) documents, IMAGE_PATH copies image files to the root folder of the doxygen html output folder. - My doxyfile and *.md...

@albert-github See attached using Doxygen 1.9.3 [doxygen-use-images-in-markdown.zip](https://github.com/doxygen/doxygen/files/8181017/doxygen-use-images-in-markdown.zip) I cannot use markdown syntax to include images as there is no support for rendering image size. ### Problem: When using HTML syntax...

@rreichel002 I am glad this issue helped you find the fix from @cbednarski My manager approved purchase of a VMware vSphere Essentials Kits. Now I must figure this out all...

I started seeing this at every app launch on Android ? ```` "react": "^16.2.0", "react-native": "^0.53.3", "react-native-fetch-blob": "^0.10.8", ````

@SurpassRabbit Sorry I am past it but do not remember when or how. Assuming your index file is named index.js maybe try this and look for errors? ```` react-native bundle...

@ramos-lucas solution to wrap **filePath** in brackets fixed iOS problem where zip files were always empty ( 22 bytes long ). ``` await zip([filePath], zipPath) ``` Hopefully adding brackets does...

@ahmedreda97 Thank you! I have spent days trying to figure out why TextField would not update when my last released version of the app worked fine. I rolled back react-native-material-textfield...

Adding this ``` compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } ``` Into the android section of node_modules/react-native-keychain/android/build.gradle ``` android { compileSdkVersion safeExtGet('compileSdkVersion', 31) buildToolsVersion safeExtGet('buildToolsVersion', '31.0.0') defaultConfig { minSdkVersion safeExtGet('minSdkVersion',...

My problem was I had react-native-material-kit in ** *both* ** my Podfile and also manually linked in iOS xcode . All was good again after I deleted react-native-material-kit from my...

I like the [ x,y ] pairs being part of the dataset https://github.com/thunder9/xy.js/tree/master var datasets = [ { lineColor : 'rgba(220,220,220,1)', pointColor : 'rgba(220,220,220,1)', pointStrokeColor : '#fff', data : [[-4,...