Warren Buckley
Warren Buckley
Awesome, I'm really looking forward to using this framework for an upcoming project I have
I'm at work now, I'll go through the documentation tonight and let you know. Thanks
I'm just going through the documentation you have thus far but i'm a little unclear with the following: > The http component cinatra rely on the uuid library, so you...
OK so I followed @mlh758's advice and I jumped ahead to the loopback section of the book. Once I shorted PC4 and PC5 my terminal successfully returned after issuing the...
@kellerkindt or @fionawhim did either of you ever come up with a solution? I'm also writing a driver and found that I have to depend on the `stm32f3xx_hal` device crate...
@eldruin OK, I submitted a PR for integrating [embedded-time](https://github.com/FluenTech/embedded-time/) for the [stm32f3xx-hal](https://github.com/stm32-rs/stm32f3xx-hal) device crate. It was a pretty smooth integration for the most part except for the `CountDown`/`Periodic` timer due...
This is for anyone working through the book and you're stuck at the `I2C` section because the returned value from the `IRA_REG_M` register is `0`. Here is the link for...
I'm also experiencing the same issue. I can build and run the application correctly, but VS Code is reporting the following error in my `Cargo.toml` > failed to run custom...
So I've tried the above solution to running `CosmosDB` emulator but I keep getting the following error: > System.Net.Http.HttpRequestException : No connection could be made because the target machine actively...
@HofmeisterAn Yeah of course. The code I'm using to setup the client is identical to what is shown [here](https://github.com/WestDiscGolf/CosmosDB-Testcontainers-Test/blob/main/tests/Api.Tests/Infrastructure/DataContainerFixture.cs) except that I've exposed more ports in an attempt to actually...