Mark Szente

Results 4 issues of Mark Szente

Using the minimal postgres example and `azurefile-premium` SC, initialization fails with the following message: > creating configuration files ... initdb: error: could not change permissions of "/home/postgres/pgdata/pgroot/data/postgresql.conf": Operation not permitted...

This PR does the following: - Upgrades `embedded-hal` and `embedded-hal-async` to `=1.0.0-rc.3` - Fixes async build - SPI: use `SpiDevice` exclusively - Incorporates #28 by applying its changes to the...

# Bug report ## Describe the bug `db diff` doesn't detect changes to publication ## To Reproduce Steps to reproduce the behavior, please provide code snippets or a repository: 1....

bug
migration

This PR does the following: - Unifies async and sync implementation using [`maybe_async_cfg`](https://docs.rs/maybe-async-cfg/latest/maybe_async_cfg/) - Adds new, optional, `async` feature flag to `i2c` and `spi` packages to enable async implementations