Results 3 issues of Dima Sirotnikov

Manually adding a subreddit throws: > options.js:864 Uncaught TypeError: Cannot set property 'disabled' of undefined(anonymous function) @ options.js:864 which is this line: `this.addToExcludeButton.disabled = true;` This does not save and...

bug

Due to current upload implementation there is an inconsistency in the file-system abstraction. When a large file (or a large amount of files) is written by a windows application, the...

in UwpList.cpp in **BuildCapabilityMap** `string name(caps, cr - 1);` assumes `\r\n` line feed but after getting sources, it was `\n` only. Thus `string name(caps, cr-1);` creates a truncated string, as...