Alsein

Results 13 comments of Alsein

As for cases that require unique identifier, unless the identified items themselves are sequential, it would be better to use random identifier rather than sequential, otherwise some errors and vulnerabilities...

> This driver only provides the actual touches to Windows, no further processing is done. Palm rejection is then part of Windows touchpad processing, The internal tweaks are not really...

安装.NET Core SDK巨慢,20kb/s左右的下载速度

As a temporary solution, [`GetUninitializedObject`](https://docs.microsoft.com/dotnet/api/system.runtime.serialization.formatterservices.getuninitializedobject) could be used to create a new instance that is allocated and zeroed, without calling the constructor. Though it requires that all properties with default...

> This is the right repo. This should be fixed by #5101 for MSBuild 16.6, which will ship with SDK version 3.1.300. > > Are you seeing the error consistently,...

@Gama11 Yeah I got it transpiled by both issues related. but the problems is the generated project is incorrect. @kLabz What exactly the difficulty is about? I have been learing...

The project file structure and the build pipeline of .NET Core the clearest one I have ever seen. The properties and items that exist in the csproj file are the...

I think it a must to generate the csproj and do "restore" when developing. Nuget would generate assets files inside the `obj` folder and it would list all restored packages....

It is not "hacky" since all of the code intellisense tools like omnisharp use the dlls from the sdk. It is intended.

@kLabz How is it going on currently?