舰队的偶像-岛风酱!

Results 56 comments of 舰队的偶像-岛风酱!

> I suppose the problem here is your project locates in C drive but the yarn global cache locates in D drive and Vite fails to handle that. my global...

> Maybe it will work if you move the global cache to C drive. I disabled the global cache and it worked. they will storaged packages into `\.yarn\cache`.

Do we have some standards and specifications to limit the key names of localized translations?

![image](https://user-images.githubusercontent.com/42184238/174936399-4839f9e8-cc1e-4184-84bb-86adca73e9ef.png) ref - https://docs.microsoft.com/dotnet/api/system.text.codepagesencodingprovider - https://github.com/dotnet/standard/issues/260#issuecomment-289534859

> > ![image](https://user-images.githubusercontent.com/42184238/174936399-4839f9e8-cc1e-4184-84bb-86adca73e9ef.png) > > ref > > ``` > > * https://docs.microsoft.com/dotnet/api/system.text.codepagesencodingprovider > > > > * [What is default encoding in .Net? dotnet/standard#260 (comment)](https://github.com/dotnet/standard/issues/260#issuecomment-289534859) > > ``` >...

> Closes #218 We can use asynchronous methods. It waits until there is no data until it is transferred. The suggestion I wrote in #218 was a busy waiting, which...

Umm... May you can public the [AppHostPatcher](https://github.com/Rans4ckeR/xna-cncnet-client/blob/net6/AdditionalFiles/AppHostPatcher/AppHostPatcher.dll) source code? I'll try to make it as MSBuild Extension.

> > Umm... May you can public the [AppHostPatcher](https://github.com/Rans4ckeR/xna-cncnet-client/blob/net6/AdditionalFiles/AppHostPatcher/AppHostPatcher.dll) source code? I'll try to make it as MSBuild Extension. > > I don't have a proper place to upload it,...

I resignoff some commit at https://github.com/frg2089/xna-cncnet-client/commits/develop rebase that to remove `Unverified` tag. maybe. use this command to signoff commit history. ```shell git rebase --signoff ```