Sebastian Göls
Sebastian Göls
Currently the official guide tells people to *manually* convert vector graphics to PDF using [Inkscape](https://inkscape.org/). I'd like to see the package [svg](https://ctan.org/pkg/svg) included, which still requires inkscape to be installed,...
In both my thesis' so far, it was important to be able to draw images using tikz and I believe the packages `tikz` and `pgfplots` should be included by default....
### Checklist - [X] I read and understood ASF-ui's **[Contributing Guidelines](https://github.com/JustArchiNET/ASF-ui/blob/main/.github/CONTRIBUTING.md)** - [X] I also read **[FAQ](https://github.com/JustArchiNET/ASF-ui/wiki/FAQ)** - [X] My idea doesn't duplicate existing ASF-ui functionality described on the **[wiki](https://github.com/JustArchiNET/ASF-ui/wiki)**...
## Purpose For some configuration properties such as `FarmingOrders` the order of selection matters. If I want to change the order of the currently selected values, currently I have to...
### Destination types ```csharp // "Required.Always" is irrelevant; You can remove it // Init-only setter is irrelevant; doesn't work with normal "set" either // "private" modifier on the setter is...
We already have icons for [git](https://icons.getbootstrap.com/icons/git/), [GitHub](https://icons.getbootstrap.com/icons/github/) and [GitLab](https://icons.getbootstrap.com/icons/gitlab/), but none for Subversion and I'd like to have one.
### Overview Currently we have (among others) following properties set in our `Directory.Build.props`: ```xml AllEnabledByDefault true ``` Due to [`CA1014`](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1014), we've marked our assemblies with ```csharp [assembly: CLSCompliant(true)] ``` This...
## Checklist - [x] I read and understood the **[Contributing Guidelines](https://github.com/JustArchiNET/ArchiSteamFarm/blob/main/.github/CONTRIBUTING.md)**. - [x] This is not a **[duplicate](https://github.com/JustArchiNET/ArchiSteamFarm/pulls)** of an existing merge request. - [x] I believe this falls into...
As the title suggests, I'd like to see support for encrypted connections via HTTPS. My use-case seems quite simple at a glance, but has multiple caveats if you think it...