Quentin Ducasse

Results 3 issues of Quentin Ducasse

Improvement of the VM machine code debugger with the following changes: - Automated refresh of the columns (no need to click to refresh) - Added abstract instructions in a column...

**Describe the bug** Running the following piece of code freezes the image ``` 'text' findBetweenSubstrings: #('te' 'x') ``` whereas ``` 'text' findBetweenSubstrings: #('te' 't') >>> a Collection('x') ``` **Version information:**...

Bug
Easy

Hello, I stumbled upon this issue by using Unicorn in my test framework and wanted to notify: a `DeprecationWarning` is raised for `pkg_resources.resource_filename` with the [67.5.0 update of setuptools](https://setuptools.pypa.io/en/latest/history.html#v67-5-0). I...