gridbox

Results 5 comments of gridbox

I had the same issue. My problem was the macOS permissions were not set in the respective entitlements files to allow network client access for the macOS build. Adding the...

I had a similar requirement to stop spawned, interactive Docker containers when the parent Elixir process aborted. I now also have the requirement for arbitrary scripts I execute. Here is...

@debojyoti452 How do you have your project configured? I am currently using sqlcipher with sqlx via FRB. I had to configure `libsqlite3-sys` in my `Cargo.toml` to use the bundled version...

I had similar behavior when trying to get the blinky example running on a Nucleo-STM32L053. I noticed the chip name was also referenced in features for `embassy-stm32` inside of `Cargo.toml`....

> My embassy-stm32 has "stm32h723zg", which should be supported as it it is in the embassy-stm32 cargo.toml, were there any other values you needed to change? No. That was the...