Brian Gianforcaro

Results 10 issues of Brian Gianforcaro

It would be nice if the functions which return values like `DetourAttach(..)` were marked as [`[[nodiscard]]`](https://en.cppreference.com/w/cpp/language/attributes/nodiscard) to catch bugs where the caller does not properly observe the return value of...

enhancement
help-wanted

It would be great if we could get a flame graph view of the target execution captured in a binlog. To read more about Flame Graph's see: http://www.brendangregg.com/flamegraphs.html Example: ![index](https://user-images.githubusercontent.com/1212/80898758-0b53c100-8cbc-11ea-8af1-acf508b73159.jpg)

high pri

Spelling fixes found by `codespell`.

We are in an unfortunate situation at the moment, where `AK::Function` can fail to allocate at runtime, but we have no way of observing the failure. Instead, we should rely...

bug
help wanted
task list

Since there are already [pre-built binaries](https://github.com/sirwart/ripsecrets/releases) for each release, it would be nice if we could utilize them in the pre-commit hook instead of requiring a dependency on `cargo install`,...

### Description This change adds a new platform config to enable the STM32F76xxx and STM32F77xxx MCUs in renode. ### Additional information Please add all information you feel to be relevant...

### Description I'm working on trying to get a binary targeting the [`STM32F777IIK6`](https://www.mouser.com/datasheet/2/389/stm32f777bi-1851232.pdf) board working under renode. I wrote a custom`.repl` file to expose some of the additional devices based...

Recently I found a bug in a cython code base which caused a memory leak. The issue was the author had written a `__cdel__` instead of `__del__` or `__dealloc__`. I...

### Module location https://github.com/google/perfetto ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? _No response_ ### Fund our work - [ ]...

module wanted

This seems to be the behavior I see 90% of the time, occasionally it seems to work for bundles if they are small (one or two items potentially?)