Nelo Mitranim

Results 49 issues of Nelo Mitranim

Since "Chain of Command" overlaps in functionality with `run_macro_file`, I occasionally find myself converting macros to "chain" hotkeys. You can't just copy-paste the macro commands into the "command" argument because...

First off, thanks for the polyfill. It seems to work. Motive: my app is organized around custom elements, many of which are instantiated directly with `new`. I'm not concerned with...

Mage version: v1.8.0-11-g5bc3a8a OS: Windows 10, 10.0.17763, build 17763 Running `mage` _always_ rebuilds the program, briefly generating a `mage_output_file.go`. This happens both in the Windows shell environment (PowerShell), and under...

For single player games, would be really nice to control the speed. There are games with strategies that involve waiting, and a speedhack would save you the boredom.

Self-explanatory. This allows the user to opt out of Terminus's themes, and should address #5 in a clean way. Since I'm not familiar with the codebase, there are likely to...

Motive: * `make watch` → concurrent `a_watch` and `b_watch`. * Each task has `-c` to clear on restart. * Each task runs immediately. * `a_watch` fails and prints debug output....

improvement

When a client disconnects, the server should stop its request handler and abort all pending work. Reasons: * Less susceptible to DDoS attacks * Allows the API clients to take...

enhancement

Adapted from https://github.com/sublimehq/Packages/issues/3289#issuecomment-1107792287. * In parameter lists, type instantiations (type name followed by type argument list in square brackets) should be scoped as types. * Actual: type instantiations are scoped...

T: bug
C: Syntax

Inconsistent/incorrect/questionable treatment of _some_ reserved words in variable declarations. Ignoring ES3 here, aiming at ES6+. All words were tested via `const = undefined`. The column "conditional", if true, indicates that...

T: bug
C: Syntax