-
The window.ethereum is undefined on mobile browser, therefore before the Connect try to switch ethereum chain, it failed to get the instance and return false
The code below is from `MetaMaskWallet.…
-
From [this guide](https://github.com/davidfowl/AspNetCoreDiagnosticScenarios/blob/master/AsyncGuidance.md#always-create-taskcompletionsourcet-with-taskcreationoptionsruncontinuationsasynchronously) wo…
-
ODL library allows you to write enum values onto properties of other primitive types
### Assemblies affected
- Microsoft.OData.Core 7.x
- Microsoft.OData.Core 8.x
### Reproduce steps
…
-
Currently some C# async calls like `SetRemoteDescriptionAsync()` (see #195) are spawing a background `Task` and inside it waiting on an event to wait from a completion signal from the C interop layer.…
-
### [READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in __the code in this repository__.
If you have a general question, need help debugging, or fall into som…
-
I am replacing the PRISM from my MAUI project targeting .NET 8.
Here is sample code Ö
```
.UseMPowerKitNavigation(b=>
{
b.ConfigureServices(s =>
…
-
### Describe the bug
We have a database setup using mirroring.
Connection-String: `server=tcp:172.21.6.8;user id=;password=;database=;Failover Partner=tcp:172.21.6.7;TrustServerCertificate=true`
…
-
hello,
i need to get user's phone number through account, but account and error are both null.
is there anything i need to check?
(response type is Accesstoken, and login is completed.)
`public …
-
基于网络的数据读写,异步操作是非常重要的,这里依照项目中的其他代码修改了一个类似的:
public Task WriteNodeAsync(string[] tags, object[] values)
{
WriteValueCollection valuesToWrite = new WriteValueCollection();
…
-
I've been having a very strange problem, in `socket.OnConnected` event, I'm emitting 2 events: `get-player` and `get-clan` that have a callback that processes the result from the server.
Sometimes …