Xkeeper
Xkeeper
Right now, the only mechanism to get an account recovered is to email me directly, and that sucks. It also requires you to attempt logging in 5 times, which... IP...
Warning: Use of undefined constant xxxxx - assumed 'xxxxx' (this will throw an Error in a future version of PHP) in [...] These are everywhere... 😑 Most have been fixed...
Using the checkbox trick to show/hide a "confirm" link for sticking/closing/trashing a thread would make it more difficult to accidentally trigger these by fat-fingering the screen (or links).
new thread/new reply has a hidden password field in the event someone wants to use an alternate account. this feature can probably be stripped, or if nothing else make the...
Right now there is a mixture of raw mysql_...() commands and commands run through a mysql pseudo-class. these should be replaced with a pdo-based class (and queries redone to use...
Specifically, the code here comments out the function with a "todo" marker: https://github.com/TASVideos/fceux/blob/master/src/lua-engine.cpp#L5941 Ideally, it would be nice to have `memory.registerread()` able to return a value that would be the...
Feature request: ~custom layer filters and~ drawing priority. ~Custom layers would be either default, explicit show, or explicit hide, based on object tree. As an example, here is one that...
In cases of stupid addressing like the PPU, addresses are usually written as `.db $20, $00`, as opposed to the usual way, due to having to write the high byte...
Many games on the NES do not have graphics that align with ASCII values. As such, text can be difficult to add/modify. I propose something like this (name is a...
Putting a handful of accessibility and usability notes in this issue. ---- The text on the bottom of this page is extremely difficult to read. The links are "#5097BA" (contrast...