Tom Bailey
Tom Bailey
You should take a look at my PR (https://github.com/wkh237/react-native-fetch-blob/pull/546) although I haven't touch the FS part of this library. The current implementation in this library for content URIs on Android...
I have tested this with "react-native": "^0.55.2" and it seems to work okay. Note that I didn't use ```gradlew assembleRelease``` but instead ```react-native bundle --platform android --dev false --entry-file index.android.js...
I have been facing this timeout issue too. You can see here in create-server.js that Orca will produce a 522 error when a socket timeout occurs: https://github.com/plotly/orca/blob/master/src/app/server/create-server.js#L69 In my case,...
@antoinerg In my case, I am not using scattermapbox, instead a sankey diagram but I think the situation is similar. As a temporary hack, I have upped the timeout by...
@antoinerg I think you are right, in my case it appears it was a circular sankey issue although I couldn't get plotly.js v1.49.0 to render the sankey diagram either. Back...
Just to add some context, glob paths would be perfect for ignoring things like node_modules. In my case, I am using this provider to create zip files for App Engine...
Have you tried following this tutorial from the Jest docs? https://jestjs.io/docs/en/es6-class-mocks I think mocking the "RNSecureKeyStore" part of "react-native-secure-key-store" import should work for you
@mcchin this is a really helpful start, thanks! Your gists seem to be using some of the local dev tools instead of production versions; e.g. maildev instead of appwrite/smtp. That...
Similar to @mcchin I was able to load the dashboard, sign up and create projects but not much more. File uploads seemed to fail because ClamAV had permission issues doing...
If you want to try this, please update your settings.json to include: ```json5 { "assistant": { // Whether to show the assistant panel button in the status bar. "button": true,...