kksharma1618

Results 10 comments of kksharma1618

Hey, I needed streaming upload support for dropbox, so I wrote a library for it https://github.com/kksharma1618/dropbox-streaming-upload Seems to be working fine for me so far.

@paulodiovani Pipe won't work here because we have to divide the stream's data into different chunk upload (/upload_session/append_v2). You can just as easily do this: ``` javascript import upload from...

Along with "users" option, we can provide "authorize" option. ``` js { "authorize": function(user, password, callback) {} } ```

Hey, I ended up not trying this till now. About the filtering, I just wanted some kind of channels I guess. A large app will have a lot of module...

I was facing the same issue. electron has deprecated BrowserWindow.addDevToolsExtension methods. Instead now you are supposed to use session.loadExtension method. To fix I first tried to manually install my local...

@Coding-Kiwi Could be because I was using non default session.

Hey, would love to have a project search. Basically search in all mm files recursively in project folder. People tend to have a lot of small maps in different files,...

Ran unit test after the fix. Worked. ![screenshot 2015-06-19 12 13 40](https://cloud.githubusercontent.com/assets/2723026/8248444/c39a42fe-167c-11e5-8ab2-dc742bd7e98f.png)