jantari
jantari
@chrisawi I think I just set this via the Ubuntu installer, pretty sure it asked for language and locale/format preference. I can now see this choice in the GNOME Settings...
> You could try switching the formats language in GNOME Settings to US and then back to Germany to see if that makes it show up in localectl. Well who...
This is a user preference thing not specific to winget. PowerShell uses explicit, verbose cmdlet and parameter names - alwqys. This is good. If you like cryptic aliases you can...
I looked into this as a Hacktoberfest opportunity, but unfortunately for me the problem is not in HTMLAgilityPack or PowerHTML. ```powershell $Result = Invoke-WebRequest -Uri "https://www.compart.com/en/unicode/U+00FC" ``` In this example,...
You might be interested in https://github.com/solidiquis/erdtree
I can confirm that the tool fails with a bogus error when it tries to parse a (perfectly valid) `.csv` that's in UTF8-with-BOM encoding. The error I get is: Record...
I got it to work. This is the full step-by-step that should work for everyone from scratch: ```powershell scoop install go hugo-extended nodejs-lts hugo new site mysite cd ./mysite hugo...
As https://github.com/bigskysoftware/htmx/pull/1572 was closed for being a breaking change, I would ask for this to please be re-considered for htmx 2.0 since that's coming anyways
Related, winget-cli should also communicate to a source which manifest / API versions it supports. There has been an "APIVersion" query parameter for a long time: https://github.com/microsoft/winget-cli-restsource/blob/f134943b3e28be3422031944db150892fda1a90d/documentation/WinGet-1.4.0.yaml#L591 but it's never...
config files are useful and sometimes needed for: - Inno Setup ( `.iss` ) - Install Shield ( `.iss` ) - MSI ( `.mst` ) - OracleDB Client ( `.rsp`...