Daiz
Daiz
I would also be extremely thankful for asynchronous file scanning - my HDDs are pretty big so the initial scan on startup always takes a notable amount of time during...
Chapter numbering should generally always follow the original numbering, so if a series starts at a numbered chapter 0, then it should be labeled c000. The exception would be if...
Since tankoubon releases inevitably come after the magazine release, 008 and 009 would usually exist already, thus the extra chapter should be labeled 008x1.
>Gut is to place this chapter after 17, and labeled as 17x1 and making the officially labeled 17.5 that came out the following month 17x2. Yes, this is what I...
As the scheme states: >New releases **must** use the same title as older releases. In other words, the first release basically decides it all. Since these will usually be done...
> If you hold down the modifier keys, after half a second you start receiving multiple events kinda like thisssssssssssssssssssssssssss if you hold down on the 'S'. That should be...
First of all, this seems like a nice piece of work. For future efforts, though, it'd be nice if you could break something like this into multiple commits instead of...
So I checked this out in action and found a pretty major issue. For some reason, the POST gm_xmlhttpRequest seems to use regular XMLHttpRequest in Chrome and as a results...
Looking into the matter, it unfortunately seems to be the case that making cross-domain POST requests with FormData can't really be straight-up done on Chrome with Tampermonkey. [Relevant TM issue.](https://code.google.com/p/tampermonkey/issues/detail?id=183&q=formdata)...
I remember having similar XHR debugging issues in the past with no real solution for it, so I think you might just have to do a bunch of related console.logging....