Josh

Results 10 issues of Josh

Does this package support bulk insert operations? I have an array of documents (with _id's) and I want to insert them with a single command, but it appears that this...

enhancement
will accept pull request

Please include an example of using this package in an app. Thanks

If you can post an example in the readme, can you indicate where each piece of code is being stored. I'm confused as to how the editable field is being...

**Describe the bug** After following the instructions to create an app here https://github.com/expo/examples/tree/master/with-realm I'm getting the error message, "[UIKitCore] Info.plist contained no UIScene configuration dictionary (looking for configuration named "(no...

Is there a way to by default, print the JSON to the console when saving a form? (or at least an option to do so) For demo purposes, it would...

I was able to use this in my ``` UploadServer.init({ getFileName: function( fileInfo, formData ) { try { return fileInfo.name.replace(/[*_\s]/g, ''); } catch(e) { throw new Meteor.Error(500, e); } });...

I'm not displaying a full progress bar, instead I'm showing a small drop area for the file upload. If there is an error it won't show since the area is...

All of my images are being set to 8-bit after they are resized. Is there any way to keep the same type? From the command line I'd just to `-type...

help wanted

I looked over the API docs and I see a way to send a BCC along with an email. However my current code doesn't work with the `to: [{"email": "[email protected]",...