王翼翔

Results 14 issues of 王翼翔

We may simplify the implement of Fibonacci sequence in this way. ```rust struct Fib { mem: [u64; 2], pos: usize, } impl Iterator for Fib { type Item = u64;...

Here: The position is the third paragraph at 4.4(A Persistent Stack>Arc)

enhancement
improvement

[encrypt config](https://crates.io/crates/encrypt_config)

improvement

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I would like to report a bug with markdown rendering. When an...

defect
markdown
language

fix: wrong translation of `tight` and `loose`

- There's a translation mistake - There's logic mistake in `getProxiesColumns` - So that it works right in Chinese while not in English Apart from fixing this, this PR also...

## Pull Request Template ### Checklist - [ ] Confirmed that `run-checks all` script has been executed. - [ ] Made sure the book is up to date with changes...

**Describe the bug** This picture is about code from `burn-core/backend.rs` ![Screenshot from 2024-09-20 00-56-49](https://github.com/user-attachments/assets/03ad93a2-1f29-4b8a-8f03-622691f42028) As we can see from the editor (Rust Analyzer), the features like `tch` `autodiff` and so...