Anton Hvornum
Anton Hvornum
Yepp, still want this. And perhaps `.html` as another default file format, considering CSS can be inlined in html ;)
I wouldn't even be sad if it just did.. color_vars = {} for row in code: var = find_var(row) if var and var not in color_vars: color_vars[var] = var.color First...
This goes for `psutil.net_if_addrs()` too. ```python import psutil, pprint pprint.pprint(psutil.net_if_addrs()) { 'enp4s0': [...], 'enp9s0': [...], 'lo': [...], 'tap-test': [...], 'wlan0': [...] } ``` But lacks the ability to retrieve: ```...
# ls -ld / /etc /etc/openvpn /etc/openvpn/server/ccd /etc/openvpn/server/ccd/host.name drwxr-xr-x 19 root root 4096 Jan 5 18:47 / drwxr-xr-x 71 root root 4096 Apr 30 17:30 /etc drwxr-xr-x 4 root root...
@xorond What happned to bloodhound?
> > @xorond What happned to bloodhound? > > i reopened the issue but i don't know when we'll be able to add it in. > > if you want...
This should cover #305 :)
> Hi torxed, thanks for submitting. There are a few things that need changing. One of the big ones changing the maintainer and contributor lines: > > ``` > #...
> to your PK Ah, you mean it does dependency-lookups? Not something you necessarily need for the PKGBUILD to pass? I thought you removed `makepkg` and strictly use your own.
We merged a fix 9 days ago: https://github.com/archlinux/archinstall/pull/1364 Does the latest [developer ISO](https://github.com/archlinux/archinstall/actions/runs/2827393795) also cause these issues?