Jordan Duggan
Jordan Duggan
I'm attempting to use raspi-io with Johnny-Five on a Raspberry Pi Zero W to detect a button press. $ cat /etc/os-release PRETTY_NAME="Raspbian GNU/Linux 10 (buster)" NAME="Raspbian GNU/Linux" VERSION_ID="10" VERSION="10 (buster)"...
Using: Ruby 1.9.3 garb 0.9.1 Running sample code from: https://github.com/vigetlabs/garb/wiki/Segments which is... ``` Garb::Management::Segment.all.each {|segment| puts "#{segment.id}:#{segment.name} => #{segment.definition}"} ``` Raises a TypeError exception... ``` /Users/jd/.rvm/gems/[email protected]/gems/garb-0.9.1/lib/garb.rb:67:in `[]': can't convert String...
**Describe the bug** When using a customized Debian OS image generated by pi-gen running on a Raspberry Pi CM4 with the **vc4-kms-v3d** display driver, calling [si.graphics(cb)](https://github.com/sebhildebrandt/systeminformation/blob/master/README.md#6-graphics) returns an empty displays[]...
npm-audit-html is being flagged by...npm audit :D Not a production dependency for me, but wanted to share. ``` $ npm audit # npm audit report marked 1.1.1 - 1.2.9 Severity:...
The default .verbrc template contains a reference to contrib("authors"). ``` ## Author {%= contrib("authors") %} ``` This appears to resolve to [https://github.com/verbose/verb-contrib-templates/templates/authors.md](https://github.com/verbose/verb-contrib-templates/blob/1473612f9bdf7d5f2e14bb6e9f24cf1c31c2a049/templates/authors.md) which in turn loads jon.md and brian.md... ```...
Need a sanity check. The readme for grunt-verb says there is no configuration required. When I install and attempt to run the verb task without adding a config to my...
In projects, it is not uncommon to use a docs directory off the root as the destination for auto-generated code documentation from JSDocs, docco, yuidocs, whatever. This conflicts with verb's...
To override the default locations with a custom verb config block in my Gruntfile.js I had to edit [line 34 of r/tasks/verb.js](https://github.com/assemble/grunt-verb/blob/master/tasks/verb.js#L34). ``` verb.options = _.extend(verb.options || {}, options); ```...