Integral

Results 79 issues of Integral

### Which feature would you like to have? It would be better if armbian kernels can enable ```CONFIG_DEBUG_INFO``` & ```CONFIG_DEBUG_INFO_BTF```, as ```CONFIG_DEBUG_INFO=y``` & ```CONFIG_DEBUG_INFO_BTF=y``` are indispensable for [dae](https://github.com/daeuniverse/dae) (an eBPF-based...

Feature Request

### Background - The 8 lines of plain assignments code is redundant. We can use the built-in memcpy function (```__builtin_memcpy```) to simplify it. ### Checklist - [ ] The Pull...

refactor
not-yet-tested

### Use case [The Official Tailscale documentaion](https://tailscale.com/kb/1153/enabling-https) introduces how to enable HTTPS and use ```tailscale cert``` to obtain an SSL certificate. However, it seems that this feature hasn't been supported...

enhancement
no-stale-bot

### 问题类型 / Type of issues * 过期软件包 / out-of-date packages ### 受影响的软件包 / Affected packages - * librewolf ----

out-of-date

- `QString()` calls the default constructor, which is very lightweight and optimized for creating an empty string. When using `QString()`, there is no allocation for string data, https://doc.qt.io/qt-6/qstring.html#QString

**Describe the problem** I am pretty sure that one of my peers has public IPv4 address, however I fail to connect two peers via P2P. - Peer 1: Arch Linux...

triage-needed

- Converting to `QString` and back to `std::string` introduces some overhead. Since `text.body` is `std::string`, we can use `fmt::format()` to avoid the overhead.

https://en.cppreference.com/w/cpp/utility/program/EXIT_status

- [```in_range()``` macro](https://elixir.bootlin.com/linux/latest/source/include/linux/minmax.h#L313) can be used to simplify code.