Troy Howard

Results 27 issues of Troy Howard

Would it be possible to implement a tracing client in other languages? e.g. Could I use this in a Scala/Finatra app? What would it take to implement that sort of...

enhancement
help wanted
Appdash 2.0

`lucenequeryparser.parse( 'foo:"bar \"baz\""' )` throws syntax error - seems like the escaped quotes are unescaped when parsing... NOTE: Originally filed at bitbucket on 2013-01-09 by an anonymous user.

As reported in issue #11, the parser currently will drop some invalid input for conjunction operators. Problem Example: Given this user input: ``` foo:bar OR NOT baz:qux ``` The parser...

From Sal Palacios (via email): Im noticing it throws errors for syntax that seems to be legit .. For example it give error on the following syntax which should be...

Not sure what's going on here, but my assumption is a race condition where two processes both thought they had successfully obtained a lock, and one read a partial file...

I came across a git header that contained filenames with unicode. Git chose to wrap those in quotes. The regex `git_diffcmd_header` in `patch.py` couldn't parse the filenames out of the...

- [x] Lesson 1 - [ ] Lesson 2 _(waiting on issue #127)_ - [x] Lesson 3 _(waiting on issue #128)_ - [x] Lesson 4 _(waiting on issue #129)_ -...

This commit introduces a new configuration, `docker-compose-redis.yaml` that adds a Redis container to the workshop Docker environment.