Markus Jarderot

Results 9 issues of Markus Jarderot

The i18n formats seems to be quoted using the single quote character ('...'), but the parser only understands quoting using square brackets ([...]).

If `QueryString` is empty, then `PathString + QueryString + "&skip=1"` becomes `"/target/path&skip=1"`. If you instead do `PathString + QueryString.Add("skip", "1")`, it becomes `"/target/path?skip=1"`.

When having [Chrome Apps & Extensions Developer Tool](https://chrome.google.com/webstore/detail/chrome-apps-extensions-de/ohmmkhmmmpcnpikjeljgnaoabkaalbgc) installed, this extension crashes immediately when opening the popup. ![image](https://user-images.githubusercontent.com/277403/124400568-ca25c980-dd23-11eb-9cc3-e8bfb19954c1.png) Disabling or removing Chrome Apps & Extensions Developer Tool allows the popup...

bug

There are two unescaped periods in `ipextract6 ()`. This will make them match any character. ``` ...((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]).){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])... ```

Since Issues has been disabled, and the source code is not available, and there is no other way to contact you, I will add this here. The `Remove-WindowsUpdate` command crashes...

This is very similar to #27, but now for System.Text.Json. Example: ```cs var coords = new[] { new Coordinate(0.001, 0.001), new Coordinate(10.1, 0.002), new Coordinate(10, 10.1), new Coordinate(0.05, 9.999), new...

- Serialization and deserialization of the `Envelope` type moved to it's own converter, so that it easily can use a `PrecisionModel` parameter. - Extension methods for `Utf8JsonWriter` and `Utf8JsonReader` that...

Github removed the downloads page years ago, but the uploaded files seem to still be there, if you know the exact name. References: - https://github.blog/2012-12-12-goodbye-uploads/ - https://web.archive.org/web/20200926055756/https://github.com/KartikTalwar/LeGenderary/downloads

### Microsoft PowerToys version 0.81.0 ### Installation method PowerToys auto-update ### Running as admin None ### Area(s) with issue? Command not found ### Steps to reproduce 1. Configure an invalid...

Issue-Bug
Priority-1
Needs-Triage
Product-CommandNotFound