kksharma1618
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. 
:) sorry i missed that part. what do you think now?
Ok. Thanks for looking into it. Nice lib btw.