Matt Ickstadt

Results 67 comments of Matt Ickstadt

Alright I used the blocking API for the most important and obvious cases. I don't actually use the SPI API and can't test it so I'd like to leave it...

Sorry about the delay, this fell off my radar.

No, just the ones that I can easily find stemmers for. Right now that's the languages supported by https://github.com/CurrySoftware/rust-stemmers minus Hungarian since that one didn't match lunr-languages' output. There are...

You need a rust implementation, and a javascript implementation that are both compatible. The snowball compiler is one way to generate both implementations, but you could port an algorithm manually...

First, to be clear, multi-language means a search index that supports content that is written in multiple languages. A single document which has multiple languages. We already support searching many...

I think this is due to https://github.com/tomaka/glutin/issues/696

Yep! There are many things missing. The device family HALs are mostly separate projects run by mostly separate people. If you're looking to add FDCAN support, copying the most complete...

Didn't intend to sound testy, just wanted to add some info for if you needed to get FDCAN working.

I also ran into this issue and made a repro of my own before I found yours: https://github.com/mattico/turborepo-repro I can verify this issue still exists with version 2.0.15-canary.4.

When you enable the chip feature `stm32h750v` [it enables the appropriate `rmXXXX` feature automatically](https://github.com/stm32-rs/stm32h7xx-hal/blob/87448d28f348aef6622ff1667885236ec95ac163/Cargo.toml#LL117-L117C10). So, remove the `rm0399` feature. Is there a reason that you added that feature?