-
JsonPath is more complicated, requires complex string parsing, requires the implementation of many features that are not necessary to select a claim, and is a query language, not a point…
-
**Describe the bug**
In a loop looking at elements of an array, Ghidra isn't realising that a `local` variable added to an address is actually equivalent to looking at the same field in the next(/pre…
-
I couldn't find an example in the documentation for how one builds an `IndexedTable`, with column names, from the output of `TextParse.csvread`. This appears to work (took me a while...):
```
tp …
-
**Is your feature request related to a problem? Please describe.**
I would like to use tags to perform certain duties programmatically using the [JavaScript] modifier. (One duty, for example, is look…
-
The hope is to create the capability to easily configure the recommendation engine to serve up not only the TargetEntityID and score, as exists currently, but also for users to possibly pass an array …
-
(continuing #2 and #9)
In the just-released v0.1.1, the default behavior is to write weights to disk, and there is a `regridder.clean_weight_file()` method to optionally remove it ([demo](http://xe…
-
Many users coming from `jq` will expect `htmlq` can function as a formatter for HTML. Unfortunately `htmlq html` does not pretty print the output. Can we deprecate the `-p` flag, setting the default t…
-
A function regenerating the table containing the ordered items and their prices
The function display_bill is a wrapper around calculate_bill_items() and display_bill_table()
```
products= {
"off…
-
1. Lack of comment support RIP
1. Some node types never occur:
- `AssemblyStackAssignment`
- `LabelDefinition`
- `ThrowStatement`
1. `undefined`, `null` and empty arrays are used interch…
-
Before publishing client crate on crates.io we need:
1. [x] Ensure that error reporting is adequate and errors can be handled apropriately. Probably get rid of `anyhow::Error`. If even if we leave `a…