Yingtong Li

Results 8 issues of Yingtong Li

As per the title, running e.g. `pia -a -d` does not seem to enable debug logging. There is no output from the command, whereas if `debug()` is inserted somewhere in...

bug

On any website using Sortable that is capable of scrolling (for example, the [demo page](https://rubaxa.github.io/Sortable/)), attempting to drag an item on Firefox for Android causes the page to scroll, in...

Title says it all. Attempted to compile on Arch Linux, `demofile.cpp`, `demofiledump.cpp` and `demoinfo2.cpp` failed to compile with errors about `fprintf` and `SEEK_SET` not being defined. Fixed by adding `#include...

Support applications that don't recognise plugin:// URI calls, like the IPTV EPG.

enhancement
backburner

See discussion at https://github.com/taxigps/xbmc-addons-chinese/pull/15

Will require Python support in the Live TV/PVR API.

enhancement
backburner

From the default 'Try some basic stuff' program on DCPU.ru: Code: `SET [0x1000], 0x20` 'Expected' output: `7de1 1000 0020` Actual output: `7fc1 0020 1000` Disassembling the actual output: `SET [0x0020],...