Andrej Shadura

Results 52 issues of Andrej Shadura

I’m very new to Rust so maybe I’m misunderstanding something, but I have a feeling the base URL logic isn’t quite right. My initial understanding was that specifying the base...

Hi, I'm not sure how relevant this is at this moment, but at least some of the previous versions used to have issues with changing the MAC address: ``` Jan...

This script autocompletes the most common subcommands, but only provides arguments autocompletion for only two of them, `import-dsc` and `rpush`, for practical reasons. For dgit options, it provides two-level completion...

ask upstream project

Hi, I needed HTTP support in websockets, so I took an existing PR #422 and ported it to the latest version of the main code. Since `start_tls` has been available...

Sometimes it’s useful to prefix the version with something other than `v` (e.g. some projects use `v.`; Debian packaging uses `upstream/` for upstream sources and `debian/` for Debian packaging), or...

Hi, On a couple of packages I use date-based version numbers, e.g. 20220103.2, where the component before the dot is the date of the release and the component after the...

It would be great to be able to run tests complying with the [GNOME installed tests](https://wiki.gnome.org/Initiatives/GnomeGoals/InstalledTests) format from kyua. While it is possible to e.g. automatically generate Kyuafiles from .test...

There is some discrepancy between the features used by shells and interpreters declared in hashbangs. On systems where `/bin/sh` is provided by bash, it doesn’t matter, but if it is...

Backend

There’s a project similar in scope, called [extrepo](https://grep.be/blog/en/computer/debian/Announcing_extrepo/). To avoid duplication of effort, I think it should probably make sense for deb-get to adopt its format and start using its...

enhancement