Deleted user

Results 130474 comments of Deleted user
trafficstars

Should I force push the first commit? or use a new commit?.

how can I try the QT version? I am on Fedora Kinoite 'Atomic'

> The core functionality is already in place. What is missing is porting the few plugins that were not yet. And as usual some polishing. Nice, I'm looking forward to...

Ahh this is because microsoft limits `TransmitFile `function only 2 is allowed to run at the same time, others must wait. https://learn.microsoft.com/zh-cn/windows/win32/api/mswsock/nf-mswsock-transmitfile you can set registry to fix it. but......

> Are you sure that the limit is the cause? It says:您确定限制是原因吗?它说: > > > the third request will wait until one of the previous requests is completed第三个请求将等待,直到前面的请求之一完成 > >...

If you have admin, you may use raw to modify TCP directly (for example the seq number)

Pull Request Revisions RevisionDescriptionr4Added test for user dial resolveAdded new test case for UserDialResolve and capitalized method name in tsdial packager3Changed DNS query protocol from TCPModified managerConn.Write method to use...

> And the readme example `Wrapper interop` can't work. It alse mising a import for `$String` > > ```dart > import 'package:dart_eval/dart_eval.dart'; > import 'package:dart_eval/dart_eval_bridge.dart'; > import 'package:dart_eval/dart_eval_extensions.dart'; > import...

I think this will help you. https://mega.co.nz/#!qq4nATTK!oDH5tb3NOJcsSw5fRGhLC8dvFpH3zFCn6U2esyTVcJA Password: changeme you may need to install the c compiler

@memsharded : in my repo root i have .git , i have a conan package "test_package" , i want to do changes using conan editable and commit the changes