Tom Hensel

Results 17 issues of Tom Hensel

thanks for sharing, i like using `pout`. my suggestion is to minimize the amount of blank lines in the output, i.e.: ``` self = __main__.SerialComm instance < id: 18368192672040 path:...

with all due respect but the code looks spaghetti and fails accordingly: ``` Feb 19 01:25:50 DietPi node[19060]: /opt/node/lib/node_modules/homebridge-openhab/libs/ItemFactory.js:68 Feb 19 01:25:50 DietPi node[19060]: this.uniqueIds[this.itemList[key].itemUniqueAggregationId]['set'+this.itemList[key].itemSubType](this.itemList[key]); Feb 19 01:25:50 DietPi node[19060]:...

while coming from `chruby` with frustration i tried `fry` with fun but had to revert back to my [`direnv`](http://direnv.net/) script due to the lack of support for the above. or...

Running [bundler-audit](https://github.com/rubysec/bundler-audit) on a Gemfile having ``` source 'http://eu.yarp.io' ``` results in: ``` Vulnerabilities found: > [#] Insecure source URI found: http://eu.yarp.io/ ``` Therefore, i kindly request a HTTPS capable...

bit confusing in regards how other middleware is being configured. might help beginners: ``` use Rack::Exceptions, Exceptions::Backends::Logger.new ``` personally i'd like it this way: ``` use Rack::Exceptions, backend: :raiser ```

i'd say having Raiser as default would solve this issue at [configuration.rb](https://github.com/remind101/exceptions/blob/master/lib/exceptions/configuration.rb). regards

the value of `PWD` seems to get changed when `direnv` finishes. therefore, i put this function in `.direnvrc` to work around: ``` # figures the current working directory without relying...

Usability