Abdoulaye Siby
Abdoulaye Siby
I need to add that if it is ever converted to Swift, then it would be nice if it could still properly expose the API to Objective C (ex. Using...
I am surprised to see that this is an issue. The whole reason why I chose this library was because of its ability to perform background tasks. If that doesn't...
I see. I was under the impression that the whole purpose of URL session was precisely to be able to handle this kind of situation amongst others. I will check...
Ok. I will ready about it and see what's being missed. On Mon, Apr 24, 2017 at 2:51 PM, Sami Sharaf wrote: > I'm 100% confident that this is caused...
The is a function called `currentDownloads()` that returns a array containing the names of the files being downloaded. You can simply retrieve the length of that array.
I did experience the slowness too. When downloading just two 10MB files, one of them will barely reach 3% will the other goes all the way to 100%. The speed...
Thanks @physicsrob. This works when moving forward with the focus. But when you move backward using the SHIFT key, it doesn't work.
I propose using scrollToElement() combined with jQuery focus event ... which worked for me. Some context relative to my case: 1. The class `.view-id-timeline_2` is on the DIV that wraps...
I was about to suggest the same thing as @philipjc. It could help everyone if the state of the tool is prominently displayed using a ribbon of some sort. Or,...
Do the following before starting Sublime Text: export NODE=/usr/local/bin/node