Aaron Freeland

Results 7 issues of Aaron Freeland

Issue #219 When iterating through the gremlin filter steps, the call to `getTraversal()` would get the parent traversal. This is problematic when there are multiple steps since, each step, will...

Noticed that when the `gremlinNodeFilters` or `gremlinFilters` are more advanced, that the export begins to experience issues and will give the following error: `"code":"UnsupportedOperationException"`. Here is kind of a pseudo...

I see that the master branch has stopped using **restler** and is now using **request**. However, this branch doesnt appear to have made it to npm. The package.json file declares...

There is a bug in the version of restler that this module utilizes. This thread provides a good look into the issue and how it was solved https://github.com/angular-app/angular-app/issues/125. This issue...

I started using the current master branch that utilizes the **request** module...however I started having code failing giving me the error ``` { "EBayTime": "2014-10-03 18:43:44", "Errors": { "Error": {...

I ran across [this comment](https://github.com/maciejhirsz/logos/issues/265#issuecomment-1939114278) while having some issues with `regex` support. Thought this was beneficial information and wanted to try and include it in the book so it was...

book

I'm new to Rust and new to Logos, so this could just be me...but when using regex is seems like it always stomps on the other tokens. The snippet below...

bug
duplicate
help wanted