Sven Fuchs
Sven Fuchs
``` irb(main):001:0> require 'coder' => true irb(main):002:0> string = 'a' => "a" irb(main):003:0> string.taint => "a" irb(main):004:0> string.tainted? => true irb(main):005:0> Coder.clean(string).tainted? => false ```
this is a replacement for https://github.com/travis-ci/travis-web/pull/2336 ## Included PRs - [x] https://github.com/travis-ci/travis-web/pull/2393 add request configs model, serializer, adapter - [x] https://github.com/travis-ci/travis-web/pull/2397 abstract the config tab route and model - [x]...
'/var/lock' is a symlink to '/run/lock' that does not exist: https://travis-ci.org/ldorau/vltrace/jobs/258142825 ``` $ ls -al /var/lock lrwxrwxrwx 1 root root 11 Mar 13 05:48 /var/lock -> ../run/lock $ ls -al...
I thought folding the networ availability check would help clean up some of the log output, but it didn't. So I'm just leaving this here as a bit of a...
https://staging.travis-ci.org/svenfuchs/test-2/builds/747582#L262
git_stats looks pretty slick! I'm looking for a git stats tool that gives us aggregated data for all repos across a bunch of orgs and selected personal repositories. Do you...
 There's plenty of space here. I feel @saltinejustine's design work, and @lislis's html/css work (and with her, maybe the Rubycorns?) should be mentioned, unless they'd object. Not only is...
The question what a more real-world example for an if statement with several branches could be came up, and the following was found: ```ruby color = :black if color ==...