Rich Ayr

Results 13 issues of Rich Ayr

Currently the Buckaroo logo as well as the How Buckaroo Works image aren't optimized for dark mode in the README. A possible solution for this would be to include an...

- Templated `str_*` helpers with `CharT` argument - Introduces `mapbox::eternal::basic_string` and provides `string`/`wstring` aliases with `CharT` = `char`/`wchar_t`.

There is another way to disable the rounded corners without patching the binaries: [win11-toggle-rounded-corners](https://github.com/oberrich/win11-toggle-rounded-corners)

### Verification - [X] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue+is%3Aopen%2Cclosed and found no duplicates. - [X] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and...

bug
O-windows

## Checklist - [x] Did none of the above ## What changes does this Pull Request introduce? This inverts the screenshots on the README of this repo. ## Why is...

I've compared both the original and this implementation and while it's true that there's a standard way of getting a random number, the process id and the thread id, this...

Based on the discussion in #3, it seems that when you declare a `distributed_slice` within a library it automatically gets prefixed with the crate's name, thus the duplicate check shouldn't...

Building phnt with `PHNT_VERSION` set to anything prior to RS2 is currently broken due to conditional compilation hiding type definitions required for certain function prototypes inside ntzwapi.h (auto-generated). Specifically type...

This does match the behavior of WDK on the C/C++ side. To my knowledge there is currently no very good way to fix this purely from Rust. I'm not sure...

I've made the `wdk_default` bindgen adapters generic so that multiple semantic versions of bindgen can implement them. It's probably not the most elegant implementation, but I was really just focused...