Oveln

Results 5 issues of Oveln

==> Extracting Deepin Wine QQ archive ... 7-Zip [64] 17.04 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 p7zip Version 17.04 (locale=C,Utf16=off,HugeFiles=on,64 bits,8 CPUs x64) Scanning the drive for archives:...

### Search before asking - [x] 我在 [issues](https://github.com/tw93/Pake/issues?q=) 列表中搜索,没有找到类似的内容。 I searched in the [issues](https://github.com/tw93/Pake/issues?q=) and found nothing similar. ### Pake version 2.3.6 ### System version archlinux gnome in wayland ###...

bug

**Describe the bug** A clear and concise description of what the bug is. **System (please complete the following information):** - Version: [A sha512, type 'x version' so you can get...

bug

When flashing an ELF file that includes an uninitialized RAM section (e.g., .uninit.defmt-rtt.BUFFER from defmt-rtt), wlink incorrectly treats it as a loadable segment with physical address (LMA) in RAM (e.g.,...

```rust fn available_buffer_size(read_cursor: usize, write_cursor: usize) -> usize { if read_cursor > write_cursor { read_cursor - write_cursor - 1 } else if read_cursor == 0 { BUF_SIZE - write_cursor -...