Steve Fan

Results 196 issues of Steve Fan

Now, as I mentioned in #45, I'm not quite happy about this project using the so called "generic" backend with handcrafted SQL that is not actually generic across all platforms....

Perhaps we can find a way to run [,NET but natively compiled down version](https://docs.microsoft.com/en-us/dotnet/core/deploying/native-aot). Because if Rust can be dealt with, why not .NET, or even Golang?

类型:新功能/建议(enhancement)
影响范围:低

Out of privacy concern I don't want to include references to the file and lines so as to make reverse engineer harder, but far as I see there is no...

I wish we could have polymorphic relationships like we could do in Hibernate. Indeed I know you can use interface to abstract out some of the fields, and put them...

enhancement

```powershell (base) PS E:\zig\hello-world> zig build .\zig-packages\zhp-master\lib\zhp\app.zig:622:21: error: container 'std.os' has no member called 'Sigaction' var act = os.Sigaction{ ^ .\main.zig:32:5: note: referenced here try app.start(); ^ C:\ProgramData\chocolatey\lib\zig\tools\zig-windows-x86_64-0.7.1\lib\std\start.zig:267:48: note: referenced...

If we are able to use https://github.com/mocha-parallel/mocha-parallel-tests, this could greatly benefit the test speed.

enhancement

https://github.com/kragniz/tor-controller/blob/8008f9c78a1a727181de9aaa838cb8e81e67b1a2/pkg/controller/onionservice/deployment.go#L135 Tor version in Alpine is currently 0.4.x, so it is severely outdated for 0.3.x

Currently Kcp struct requires Write which makes integration with DTLS a little hard (since `send_to` is async rather than sync) so what can we do to deal with this situation?

Note that HashSet is being swapped with BTreeSet, since hash set is not included in `alloc` (but [`hashbrown`](https://docs.rs/hashbrown/latest/hashbrown/hash_set/struct.HashSet.html))