Ilya Ostrovskiy

Results 12 issues of Ilya Ostrovskiy

**Describe the feature you'd like** The ability to assign permissions to users from within Alcali itself. Currently, the only way to assign permissions to users that were created within Alcali...

enhancement

Title says it all. This is a basic driver allowing one to use the FMC peripheral to drive an SDRAM module which can then be accessed directly in the memory...

Hi! It's awesome that this crate is `no-std` (it's actually being used in some firmware!) -- but we've found that when compiling for architectures without native atomics support such as...

EDIT: I may be doing something wrong with my code, however, I've found that when configuring my ATtiny2313V-10PU to be an I2C slave on 0x40, probing the I2C bus with...

Hello! Thanks for writing this library, it's definitely saved me a bit of manual labor! I've made some changes, and hopefully you and others might find them handy. This PR:...

Hello! If you're making a composite device with multiple CDC/SerialPort interfaces it's often useful to label them to be able to determine which serial port on the host machine corresponds...

Hi! I've found myself in the position of needing an `Aligned` that could be fed into something that has a `BorrowMut` bound, and realized there are no passthrough impls for...

Currently, in the case of `u8` and `i8`, only `TryRead` and `TryWrite` are implemented. In reality, endianness doesn't matter for single byte values, and you end up writing verbose code...

### Description Hi! I was trying to play around with BlockScout for an Optimism devnet I'm running. This devnet is derived from the one in Optimism's repo, and creates a...

enhancement

Hello! Just a couple of quality-of-life improvements when using purs-loader ### Preserve error details when compilation fails. It seems like `purs` prints what file it's compiling to stderr, but any...