Results 29 issues of TheBrokenRail

https://bellard.org/quickjs/

new implementation
Help wanted

This would allow test runners to automatically save their data, instead of requiring someone to manually input it.

This changes the Makefiles so that they now build incrementally. Previously if you wanted to rebuild an example yo would have to manually delete the binary, and rebuild the entire...

On the compatibility table, it is only 99% on ES5. This test is failing: Enumerable properties can be shadowed by non-enumerables

compliance

### Steps To Reproduce 1. Open `tests/cursor`. 2. Hit `T` to show a visual indicator of cursor location. 3. Hit `D` to set the cursor to "disabled" mode. 4. Hit...

bug
X11
input

The issue is that both the AppImage *and* the graphics driver can depend on the Wayland libraries. If you *do* bundle `libwayland-*`, then the AppImage can crash if the *system's...

This would make things easier to setup as you would need need to install duktape, compile it, and then copy it to your system include path, instead you could copy...

Sometimes you might not want the block break particles and sounds to appear for a block. However, the only good way to do this (if you want access to the...

enhancement
reviews needed
test
priority:low

![Screenshot from 2020-02-17 18-27-42](https://user-images.githubusercontent.com/17478432/74691993-3e091580-51b3-11ea-9782-08612dced462.png) Example Code: ```objc #include @interface Form : NSWindow { NSTabViewItem* tabPageRed; NSTabViewItem* tabPageGreen; NSTabViewItem* tabPageBlue; NSTabViewItem* tabPageYellow; NSTabView* tabControl; } - (instancetype)init; - (BOOL)windowShouldClose:(id)sender; @end @implementation...

**Expected Result** ``hdiutil`` successfully mounts the DMG. **Actual Result** It prints the targeted mount point, the hangs. **Steps To Reproduce** Download and attempt to mount https://www.macterm.net/updates/macterm-4.0.0.dmg. **System Information** Ubuntu 20.04...