Robin van Boven

Results 53 issues of Robin van Boven

The ordering seems to cause some issue. For example: ``` json { "phpcs_sniffer_run": true, "phpcs_command_on_save": false, "phpcs_show_errors_on_save": false, "php_cs_fixer_on_save":true, "phpmd_run": true, "phpmd_command_on_save": true } ``` This will add the mess...

Bug
ST3

These are the minimal changes to run the library on a recent Arduino version.

Currently I found out from the source code there's a workaround possible. However, this would be confusing to anyone. ``` js rsync({ hostname: `rsync://${hostDetails.ip}`, destination: `${hostDetails.port}/volume` }) // results in...

Currently there's a fixed limit to the zoom level. https://github.com/JavaCafe01/PdfViewer/blob/d6d909859cbfdaa4180cc2ca387951122128cedb/app/src/main/java/com/gsnathan/pdfviewer/MainActivity.java#L265 It would be great to remove this limit, or add an option to disable it. ### Why I'm trying to...

I found the patch addresses: `.. .. 12 15` `.. .. 12 16` These are not listed in your .txt file yet. They allow you to set for each knob...

From #2 > Lastly, it would be great if someone wanted to help add the MIDX-20 CC-->sysex mappings to this code, but I'd like to do a partial implementation first...

Tinkering with the spec and sending some commands I noticed some require BTS mode to be set. As you have noted for the color button presses. ``` [Color Button Press]...

Reopened from #261 as it added other commits.

This is a: - [ ] Bug Report - [x] Feature Request - [ ] Question - [ ] Other Which concerns: - [x] flow-runtime - [ ] babel-plugin-flow-runtime -...

When repeatedly issuing `rs` command using stdin, in some random occasions there seems to be a race condition that crashes the gulp task. ``` sh [gulp] [nodemon] starting `node ./lib/api/index.js`...

bug