AlphaStyle

Results 8 comments of AlphaStyle

Im new to contributing and have never worked with Electron before so please be gentle :smile: I tried to look into this, using [pouchdb-replication-stream](https://github.com/pouchdb-community/pouchdb-replication-stream) and [node-memorystream](https://github.com/JSBizon/node-memorystream) to convert the PouchDB...

I have to admit I haven't done much since last time I wrote. I was hoping someone could provide me with this magical package that will fix my `JSON->CSV |...

Yes, `CSV` to `JSON`. The PouchDB JSON dump is what I think people refer to as complex nested object with arrays. So [csvjson](https://github.com/pradeep-mishra/csvjson) package does something wrong when it covert...

Unfortunately [csv-to-pouch](https://www.npmjs.com/package/csv-to-pouch) won't work for my approach because Manta uses two PouchDB's (Invoices and Contacts) and **csv-to-pouch** does not return the JSON, only add it directly to PouchDB *(please correct...

@hql287 Ok, let me just double check it works and then I will PR it :)

Im only storing the **docs** now. Still not working the way I want it :/ I updated everything to fit in with the recent changes since last time I developed....

I really wanna do a pull request so you guys can see for yourself :smile: *ERROR: Permission to hql287/Manta.git denied to Alphastyle. Please make sure you have the correct access...

I am sorry for super late reply! I do appreciate your patient and wisdom :smile: I did not know about the fork approach. I will read the guide and make...