Xiretza

Results 52 issues of Xiretza
trafficstars

They're required for 'nat' chains in 'ip' tables in `nftables`. The respective IPv6 options are already enabled.

While packaging fasm for the [AUR](https://aur.archlinux.org/packages/python-fasm-git), I came across a bunch of problems that I hope I'll be able to fix upstream here so others can benefit from the fixes...

Currently, the [`Error` enum](https://github.com/etesync/etebase-rs/blob/90cbd67b96d39b6d91368e78416c4e7191691cd9/src/error.rs#L12-L46) is little more than a string along with a broad error category. This makes it effectively impossible to analyze and react to these errors programmatically, as...

#270 updated the externally visible tokio-util dependency across a semver-incompatible boundary (0.6 to 0.7), and the affected crates were subsequently released without incrementing the major version. This breaks crates depending...

Despite what [the documentation](https://docs.rs/widestring/1.0.2/widestring/utfstring/struct.Utf32String.html) says, there is no conversion from `Utf32String` to `Vec` (but there is the other way around): > This also means that `Utf32String` is the same representation...

bug

Version info ``` qutebrowser v2.5.4 Git commit: Backend: QtWebEngine 5.15.13, based on Chromium 87.0.4280.144 Qt: 5.15.9 (compiled 5.15.8) CPython: 3.10.10 PyQt: 5.15.9 sip: 6.7.9 colorama: 0.4.6 jinja2: 3.1.2 pygments: 2.14.0...

qt: 5.15

When following the documentation on https://developers.home-assistant.io/docs/development_environment and https://developers.home-assistant.io/docs/development_testing, [pytest](https://github.com/home-assistant/core/issues/109005) and [mypy](https://github.com/home-assistant/core/issues/109006) both fail. Either the documentation needs to say that `pip3 install -r requirements_test_all.txt` needs to be run explicitly, or...

# Proposal ## Problem statement Currently, the best way to convert a slice of known size to an array reference with the same size (without unnecessary bounds checks) is something...

T-libs-api
api-change-proposal

The "Fetch in chunks" sections in [Using Collections](https://github.com/etesync/etebase-docs/blob/dc5eadbb1757ddeb48139fcb7e38bdac5143d590/docs/guides/using_collections.mdx#fetch-in-chunks) and [Using Items](https://github.com/etesync/etebase-docs/blob/dc5eadbb1757ddeb48139fcb7e38bdac5143d590/docs/guides/using_items.mdx#fetch-in-chunks) both use the `stoken` parameter to facilitate pagination. The "Iterating through responses" section in [Collection Sharing](https://github.com/etesync/etebase-docs/blob/master/docs/guides/collection_sharing.mdx#iterating-through-responses) however, which seems...

Not sure how `nbd` got there, as far as I can tell it's always been `local` (https://github.com/scaleway/initrd/commit/eb1613f678071568377cdd68431a6c98b395614c#diff-73ff816edbde3eb843afc7ecc43c578dR48)