Eran Rundstein

Results 8 issues of Eran Rundstein

Version 2.0.0 had RUSTSEC advisory, see https://github.com/rustsec/advisory-db/blob/main/crates/ordered-float/RUSTSEC-2020-0082.md 2.0.1 resolved the issue but I figured this is a good opportunity to move to the latest version. I did not create a...

Currently, when an email sent to fire@ is also CCd and someone reply-all to it, fire-bot will create a new issue instead of replying to the original one. It would...

feature

I ran into the following issues when trying to send a transaction that is split into multiple transfers. 1) The code [here](https://github.com/STMicroelectronics/STM32CubeF4/blob/master/Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_usb.c#L956-L974) does not take into account the FIFO size....

enhancement
internal bug tracker
hal
usb

1. Build serde_json without the `std` feature when it is not enabled in this crate 2. Provide `Display` implementation for the `Error` enum in `no_std` builds --- Some context for...

Hey! I might be missing something here, but from what it looks like, DUP_SORT is not behaving as expected. I have the following test code: ``` use lmdb::{Cursor, Database, DatabaseFlags,...

## Problem The new iterator class presented in https://github.com/jazzband/django-model-utils/commit/8cb21aabbcba6aac389b2c073024fea08878126e breaks the ability to use `.select_subclasses()` when specifying a queryset in a `Prefetch()` clause such as the following example: ``` qs.prefetch_related(...