fallenwood

Results 8 issues of fallenwood

#2588 ```c# var version = new Version(1, 2, 3, 4); var token = JToken.FromObject(version); ``` `token.Type` should be object on both dotnet framework and core

要不要顺带着翻译了,或者再开一个repo

Using v2.8.6 on 10.15.1 to patch the graphics, seeing the same xml output whatever config I set ![TIM图片20191105204927](https://user-images.githubusercontent.com/11188646/68209206-d23cdb80-000d-11ea-84d0-7bf82ede47d2.jpg)

We are using version 5.x, and just realized version 7.x has been released, with lots of breaking changes. Of which the most confusing one for me is, looks like subscription...

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it 1. Open Zed, File -> Add folder to project 2. Right click...

defect
project panel

I am testing the performance of luvit with the basic usage of http module comparing with nodejs, on Linux amd64, and the performance looks pretty bad ``` # 5001: luvit...

Dotnet binding fails on windows, and passed on linux with net8 ```bash → dotnet test .\DotOpenDAL.Tests\ Determining projects to restore... All projects are up-to-date for restore. DotOpenDAL -> \opendal\incubator-opendal\bindings\dotnet\DotOpenDAL\bin\Debug\net8.0\DotOpenDAL.dll DotOpenDAL.Tests...

bindings/dotnet

When resizing on windows, the ghostty window is likely to stuck. The stacktrace shows that it's waiting forever on BlockingQueue in MainThread, with the mutex held in `push`, which means...