jafar75

Results 8 comments of jafar75

@seladb If it helps, i want to work on this issue and create PR if done.

@seladb If it helps, I will try to add this feature.

@feuillatte I have a question about ser/deser functions. can we use some tools like cap'n proto or protobuf at this stage?

sounds odd! one of the tests is failing that haven't changed since years ago

0x6A5270C2fa511C75082fbb9eC6B0c89AD2F8278c I also need avax testnet. every time I tried, I faced with "High faucet usage! Please try after sometime"

About drop block inside `pop_mut`, I think it is possible to do as below: ``` if offset + 1 == BLOCK_CAP { for i in 0..BLOCK_CAP - 1 { let...

Hi, @taiki-e I was wondering if it’s okay to submit separate PRs for each queue type (i.e., one for ArrayQueue, another later for SegQueue)? or both of them must be...