question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

README example fails

See original GitHub issue

The README includes the following example:

$ echo '{"foo": {"bar": ["a", "b", "c"]}}' | jp foo.bar[1]
"b"

On Mac, this fails as follows:

$ echo '{"foo": {"bar": ["a", "b", "c"]}}' | jp foo.bar[1]
2020/02/19 10:35:50 line.go:44: no valid y values given

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
jameslscommented, Sep 29, 2021

Should be fixed now, installation instructions have been updated.

2reactions
robikarobikacommented, Apr 15, 2022
% brew install jmespath/jmespath/jp
==> Tapping jmespath/jmespath
Cloning into '/usr/local/Homebrew/Library/Taps/jmespath/homebrew-jmespath'...
remote: Enumerating objects: 45, done.
remote: Total 45 (delta 0), reused 0 (delta 0), pack-reused 45
Unpacking objects: 100% (45/45), done.
Error: Invalid formula: /usr/local/Homebrew/Library/Taps/jmespath/homebrew-jmespath/Formula/jp.rb
jp: Calling bottle :unneeded is disabled! There is no replacement.
Please report this issue to the jmespath/jmespath tap (not Homebrew/brew or Homebrew/core):
  /usr/local/Homebrew/Library/Taps/jmespath/homebrew-jmespath/Formula/jp.rb:8

Error: Cannot tap jmespath/jmespath: invalid syntax in tap!
Read more comments on GitHub >

github_iconTop Results From Across the Web

Example given in README Fails · Issue #93 - GitHub
Hi @venkat1806, this is not related to tasklib, but your taskrc file, which must be attempting to import the theme. The tasklib itself...
Read more >
Error Pages - ReadMe Documentation
You can create custom error pages to display to your users if they try, for example, to access a broken link. Found under...
Read more >
How can I tell cargo to run code test in documentation in my ...
If you have a failed test for example in your ../README.md you'll see it reported as, test src/lib.rs - sequence (line 22) ......
Read more >
Interactive R Unit Tests - README
Tests fail when the value associated with an expression changes. In interactive mode you are dropped directly into the failing test environment so...
Read more >
WHQL Submission ReadMe - Microsoft
Caution WHQL will fail any test submission that includes testing exceptions if the submission package does not also include a Readme form.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found