Results 18 issues of Brian Goad

I have been using Chromaterm to colorize Java based logging output from a ssh'd server. Usually this is just standard tailing which works fairly well. However, from time to time...

##### Description I'm getting the following stacktrace when I run vprof (I have tried using the packaged version 0.36.1 and the latest version). ##### How to reproduce ```` ╰─ vprof...

needs more info

I noticed that the error/failure messages were not as clear about what was failing: ``` Installing robbyrussell/oh-my-zsh... Done. Took 1s. Antigen: Failed to load plugin. Installing zsh-users/zsh-completions... Done. Took 1s....

It would be great if we could filter the JSON document using JSONPath to only show relevant parts that we want to see. http://goessner.net/articles/JsonPath/ https://github.com/dchester/jsonpath

Feature request

I have a script where I am using eventlet's patcher to monkey patch, and this seems to cause ipdb to be unresponsive. Here's a simple script: ```` python from eventlet...

### Description Sometimes the download I am trying will timeout while finishing to download because it is a very large file (multiple GBs). This change allows you to define a...

Fixes https://github.com/Kong/insomnia/issues/944 Removes the check for returning more than one JSON result in the Response Plugin. If the result is an array of objects, the code following the removed check...

changelog(Fixes): Fixed an issue where certain template tags would result in JSON Parse error when used as number Closes #2241 by adding a JSON linting helper to CodeMirror that renders...

``` $ knife environment diff /home/bgoad/.rvm/gems/ruby-2.1.0/gems/knife-env-diff-0.0.4/lib/chef/knife/env-diff.rb:75:in `get_cookbook_version': undefined method `[]' for nil:NilClass (NoMethodError) from /home/bgoad/.rvm/gems/ruby-2.1.0/gems/knife-env-diff-0.0.4/lib/chef/knife/env-diff.rb:51:in `block (3 levels) in run' from /home/bgoad/.rvm/gems/ruby-2.1.0/gems/knife-env-diff-0.0.4/lib/chef/knife/env-diff.rb:50:in `each' from /home/bgoad/.rvm/gems/ruby-2.1.0/gems/knife-env-diff-0.0.4/lib/chef/knife/env-diff.rb:50:in `block (2 levels) in run'...

**Describe the bug** Serverless Bundle is now throwing linting errors (presumably via eslint) for the new 3.x syntax: ``` ERROR in src/functions/foo/handler.ts:33:25 TS2554: Expected 0 arguments, but got 1. 31...