Patrick Hallisey

Results 24 comments of Patrick Hallisey

Visual Studio isn't picking the first defined platform. With the solution using project platform x64, and the project defining <Platforms>Foo;**AnyCPU**</Platforms>, the solution is changed to **Any CPU**. Note the space...

I just got this error when clicking Copy to Clipboard on the Unhandled Exception dialog.

The unhandled exception dialog was raised when trying to import an exported Carchar. I couldn't copy to clipboard, so I took a screenshot: ![Screenshot_20230123_073557](https://user-images.githubusercontent.com/1291634/214207621-9e598d7b-6377-4bd2-ae61-4922c217236a.png) Here's the carchar's export: ``` [Dino...

I'm also seeing unprocessed Values handled as valid but ignored even if `IgnoreUnknownArguments == false`. ```cs void Main() { var jsonOptions = new JsonSerializerOptions { WriteIndented = true, Converters =...

ArkBot uses the ark.json file, but arksavegametoolkitnet doesn't. Currently, it still relies on the internal dictionary in ArkLocation for conversion https://github.com/ark-mod/ArkSavegameToolkitNet/blob/b2257ce7bc630ae8707806bd28ebda5f11db0d21/ArkSavegameToolkitNet.Domain/ArkLocation.cs#L28

@shantanu-bbai, it looks like [Prettier's options documentation](https://prettier.io/docs/en/options.html) lists the `.editorconfig` settings that will be imported. printWidth > Setting `max_line_length` in an [.editorconfig file](https://editorconfig.org/) will configure Prettier’s print width, unless overridden....

This looks like it's related to #847 "unused positional argument / value". An unmapped positional argument with value `foo` is being passed to the default verb `start`, even though `start`...

We're effectively doing this, but we're still stuck behind the Change Feed as the bottleneck. Do you have baseline performance numbers for change feeds given allocated RUs? i.e. Assuming default...

A minimal readme.md to repro the EINVAL is: ``` yaml use-extension: "@microsoft.azure/classic-openapi-validator": "~1.1.5" input-file: sample.yaml ``` ResourceHealth's config is getting this through: ``` yaml azure-validator: true ``` This imports classic-openapi-validator...