Jonathan Snyder

Results 9 issues of Jonathan Snyder

I'm having a difficult time getting this library to compile in Windows. I've tried following the tasks done in the travis configuration files, but it just doesn't seem to be...

I am running into an issue where I get a "ScopeMismatch" error if I try to use datafiles to create another fixture with a different scope than "function". I want...

When trying to use diaphora as a library for my own tool, I discovered a few things that could be improved: (Note: I haven't pulled some of your latest changes...

enhancement

Hi, it is sad to hear that this project isn't being maintained anymore, but I understand. I have a question about the safety of the versions currently uploaded to PyPi....

First of all. Thanks for making this excellent library. I find it much more approachable, and yet more customizable and elegant than the other libraries on the market. It's a...

I am running into errors analyzing an ARM sample. It is trying to emulate `uhsaxvc`, but that address is actually suppose to be data not code. Sample can be found...

In YARA we had a "fast scan" mode which can be enabled either with the `--fast-scan` flag or setting `fast=True` in the `match()` function. This would cause it to stop...

The warning checks such as `text_as_hex` can be very nice and helpful to find issues from within a large repo of rules. However, I sometimes want to ignore the warning...

While trying out luigi in an offline environment, I noticed the interface takes a verrry long time to load. This is because it is trying to access `fonts.googleapis.com`. Eventually it...