Chip Hogg

Results 150 comments of Chip Hogg

That's really helpful, and I'm grateful that you posted it before I went and implemented something that wouldn't have solved your use case! I'll mull this over and see what...

Update: everyone here got sick, so we had to cancel this weekend's plans. But the silver lining is that it gave me the chance to try out my ideas! Try...

Interesting! What is `au::Thickness`? I can't find it in the library, so I assume it's a custom unit you added. (If so, I'd recommend giving it a unit-name rather than...

@MatthiasJeuthe, could you please check the draft PR #278, and see if it fixes your problem? If it does, I'll get it ready for more thorough review.

I hadn't considered that test case, but I think we should include it in this PR. One small nitpick. As written, the test case could never work, because you can't...

@MatthiasJeuthe, let me know if you can come up with any more test cases we should include. Otherwise, I'll fix this up for review, likely sometime soon after my CppCon...

I'm making this issue more general, to just "delete all the `[[deprecated]]` stuff", because we're also going to deprecate `PI` in 0.3.5 as part of #246, and I don't want...

Thanks for your interest in the library, and for taking the time to file an issue! I'm also of course always delighted to see the library find use among embedded...

In any case, you might be able to work around the problem and satisfy your use case directly with something like the following: ```cpp uint32_t const prescaler = timer_clock_frequency.coerce_in(au::mega(au::hertz)); ```...

> First of all, let me state it very clearly: **- The library compiles and runs fine** and the compiler is a GCC-derived one. > > What is causing issues...