Charles Strahan

Results 61 comments of Charles Strahan

@mciantyre I'll have to read up on the MPU -- thanks for the suggestion! Also, since you might be interested, a video of me running their printer demo UI: https://twitter.com/charlesstrahan/status/1630026224356474881...

FWIW, I believe the proposal here would suffice for me to implement a generic `offset!` macro for my purposes (using `FollowWith` to adapt the `SomeTableT>`): https://github.com/google/flatbuffers/pull/7540

FWIW, here's what I'm currently using, inspired a bit by #7540: ```rust /// This trait serves as a type level function: /// /// ∀ 'a. ∀ 'b. ∀ T. T...

Disclosure: I was hoping to ultimately add JTAG over CMSIS-DAP support to `probe-rs`, and I figured I'd start by studying and contributing to pyOCD. I've recently opened [a PR to...

> @CMCDragonkai: So what is the biosdevname used for? Is it related to this issue? mitchellh/vagrant#2614 Yeah. So, `biosdevname` isn't strictly necessary (my Vagrant guest plugin can fallback to other...

It will automatically run. You'll need to wait for the v1.6.3 release though (or manually install HEAD). It will write `/etc/nixos/vagrant-{network,hostname}.nix`, which are expected to be imported into the user's...

> So that's what the empty vagrant-network and vagrant-hostname is for. Yep! > A question, why does Nixos need this special treatment and not other OSes? What special treatment are...

Other OSes need similar support to be as bullet proof. If you look at the other Vagrant guest OS plugins, most are pretty simple - they usually just prefix the...

@CMCDragonkai Is this with the package that I added upstream? Can you share the `Makefile.am.rej`? Here's something to watch out for: if you copied the patch file from the browser,...

I think the package is just waiting for someone to backport, or waiting to be part of the next release.