DevRubicate
DevRubicate
**Describe the bug** The input sanitation of Memory Watch addresses prevents me from adding prefixes to format the value as explained in the FCEUX help manual. This misguided input sanitation...
The .cdl file is currently hardcoded to be created in the same directory as the input file. It should be configurable, just like the output file, list file, etc. Or...
In the function export_mesenlabels(), it is assumed that all labels of type LABEL are program code labels, and all labels of type VALUE or EQUATE are either RAM variables or...
NESASM has a built-in function called BANK() which returns an integer indicating what bank a certain label belongs to. This can be quite the useful piece of functionality as you...
**Describe the bug** Inlay hints will awkwardly get in the way of the cursor while typing, causing the newly typed character to appear after the inlay hint, only for the...
**Is your feature request related to a problem? Please describe.** While developing, I very often use ScreenToGif to record what's happening in my application during a specific event, like an...
Both in my own project, and when I clone this repo and compile the sample-js.hxml I get this runtime error: Uncaught TypeError: can't access property 0, ase.get_firstFrame().chunkTypes.h[8217] is undefined ...
Version: Deno v2.0.3 This is a weird formatting interaction that happens between VSCode and Deno. It's not strictly Deno nor VSCode's fault in isolation, but it does create a bad...
On Windows, webview_deno creates a `WebView2Loader.dll` file at the current directory when you use it. It would be cool to be able to specify an alternative location (such as a...