Bryan Elliott

Results 22 issues of Bryan Elliott

I'd like a switch-like option that would re-order controllers: * Select the option in the menu * Present a modal with empty slots representing all configured controllers, and instructions to...

Process: ```bash git clone --recursive https://github.com/JohnnyonFlame/droidports cd droidports mkdir build-gmloader cd build-gmloader cmake CMakeLists.txt -DCMAKE_BUILD_TYPE=Release -DPLATFORM=linux -DPORT=gmloader .. make -j$(($(nproc)+1)) ``` Output: ``` fordi@sproket:~/Personal$ git clone --recursive https://github.com/JohnnyonFlame/droidports Cloning into...

Trying this out on a GPM280 (Pi CM3 based handheld), which uses the `display_rotate=3` in config.txt to rotate the screen 270 degrees. Unfortunately, this makes the VNC client look like...

In the first example, you have: ``` trimmedPosts: ~> @content?.slice(0, 3) ``` It seemed to me that the CoffeeScript way of doing this is ``` @content?[0...3] ``` While that line...

Checking with the 240p test suite, 480i mode is not rendering properly in Canvas. https://sourceforge.net/projects/testsuite240p/files/SNES_SFC/240pSuite-SNES-1.03.zip/download

~~Attached jslint.js (zipped)~~ ~~[jslint.js.zip](https://github.com/cesanta/v7/files/342251/jslint.js.zip)~~ Version: ea633dda0674c7a8cf2dfd02de9059746a67e396 - Steps to reproduce: - Check out clean v7: git clone https://github.com/cesanta/v7.git - Build v7 standalone: make v7 'V7_FLAGS+=-DV7_LARGE_AST' - ~~Run jslint.js: ./v7 ../jslint.js~~...

Sample code demonstrating break: ```javascript require('native-canvas'); canvas.width = 800; canvas.height = 450; ``` When running that code, the window jitters between the default size (640x480) and the requested size (800x450)....

https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Text I'd love to use implicitCAD for rendering, but I depend on the `text()` function.

Using [email protected] In a multistage build (such as when using peggy), I'd like the final output map file to make use of map files declared by imported files. For example,...

Writing the same rule with little variations has gotten annoying. I want templates. By Templates, I mean in the C semantics sense - which means I'm asking for something grammatically...