Ali Razeen

Results 6 issues of Ali Razeen

First of all, thank you for Plotly and Dash. They are both very useful and amazing pieces of software and I appreciate the hard work. I have a feature request...

## Feature request It would be nice if there was an option to check if a repository exists. This is particularly useful when restic is used in a script and...

type: feature suggestion
state: need direction
category: scripting

Hello! First, I'd like to thank the authors of this very useful project! I have a suggestion. I have noticed that when a user visits a vouch-protected site, and the...

enhancement
help wanted

There are some internal routines inserted by the compiler (GCC, in my case), that require the CPSR to be kept intact across function calls. Consider the following two routines: ```...

bug
aarch32

The `arm_inline_hash_lookup` routine has a while loop that spins if registers `r0` and `r1` are set in the register list: [scanner_arm.c#L424](https://github.com/beehive-lab/mambo/blob/master/scanner_arm.c#L424). What is the rationale here? I assume the ultimate...

bug
question
aarch32

Suppose that before the scanner calls a plugin, the current block has at least `MIN_FSPACE` instructions. It is possible for the plugin to insert a large number of instructions, so...

enhancement
question