Zhi Yuan

Results 17 issues of Zhi Yuan

Hello! The document contains the following code snippet: ```cs builder.Services.AddScoped(); // 1 // AddHttpClient is an extension in Microsoft.Extensions.Http builder.Services.AddHttpClient("WebAPI", client => client.BaseAddress = new Uri("https://www.example.com/base")) .AddHttpMessageHandler(); // 2 ```...

Source - Docs.ms
PU
Blazor

Hello, I'm using Gradle version 4.6 and testfx-core version 4.0.12-alpha, and I received an `illegal reflective access operation` warning message as seen below: `WARNING: Illegal reflective access by org.testfx.toolkit.impl.ApplicationLauncherImpl (file:/C:/Users/appveyor/.gradle/caches/modules-2/files-2.1/org.testfx/testfx-core/4.0.12-alpha/55d68835a7f5c0f3b5630a2a542e0880f2548e7f/testfx-core-4.0.12-alpha.jar)...

## What is missing or needs to be updated? This [line](https://github.com/OWASP/CheatSheetSeries/blob/master/cheatsheets/Microservices_security.md?plain=1#L75) states > One of the simplest way to propagate external entity identity is to re-use the access token received...

ACK_WAITING
UPDATE_CS
HELP_WANTED

**What content needs to be created or modified?** The existing documentation on [Wasm Binding](https://docs.dapr.io/reference/components-reference/supported-bindings/wasm/) writes that a Wasm program can be invoked with "commandline args or environment variables to it"....

content/missing-information

Hello, I'm running into issues with SSH: after clicking on the "Connect" button, there's an attempt to connect to Codespace, and Gateway instead returns me to the Codespace selection screen....

`Logic` doesn't need to expose to the world that it uses a filtered list internally. Furthermore, the `UI` doesn't need to know what kind of list to bind itself too,...

a-CodeQuality
AB3-blocker

We can convert method calls like `Arrays#asList(...)` to use `List#of(...)`. https://dzone.com/articles/java-9-factory-methods-to-create-immutable-collect As this is likely to be a mechanical change, do take note to list down the steps that you've...

d.FirstTimers
help wanted

`AddCommand` should not update `Model`'s filtered list to show all. Rather, it should show the current filtered list + the added person.

p.Low
c.Enhancement
d.Contributors

The Parser returns a generic message concerning which field has been unsuccessfully parsed. We can make the UI more user-friendly by showing to the user which are the invalid characters...

p.Low
c.Enhancement
a-Parsing
d.Contributors
a-Architecture

`DeleteCommand#targetIndex` and `SelectCommand#targetIndex` have different names from `EditCommand#index` even though these fields have the same functionality.

a-CodeQuality
d.FirstTimers
chore