Results 6 issues of Qichen

欢迎提出任何问题 ### 环境 * `rustc 1.62.0-nightly` * `wsl2 Ubuntu 20.04` ### 遇到问题 安装环境时,`cargo install cargo-binutils` 失败。 安装依赖`clap v2.34.0`时,提示: ``` error[E0658]: `if` is not allowed in a `const fn` --> /home/ruiqurm/.cargo/registry/src/mirrors.ustc.edu.cn-61ef6e0cd06fb9b8/clap-2.34.0/src/app/settings.rs:7:1...

bug

It seems that there is only one implementation of `filter_by_databases`. Is there any need to add an implementation for `filter_by_pages`? BTW, the API `list_databases` is departed, I got a 400...

It seems that sometimes the datetime of `dtend` will appear in the recurrence. Say I want to get all Monday of odd week. ```python recurrence.Recurrence( dtstart = datetime.datetime(2021,1,1,0), dtend =...

Enhancement
Documentation

Hello, I'm new to `smoltcp` and am trying to retrieve a MAC address from a given IP address. It appears there are no direct methods in smoltcp for querying MAC...

kind/question

# Overview In this pull request, I ported a limited bmf to web assembly, and successfully started it in the Chrome browser, although there are some share-memory issues with the...