Dameng
Dameng
I start a httpserver but tooks 10G memory because there is too many files. I never search file, how to disable search index?
There is some sign issue when use http-reverse-proxy: Sign should use "api.huobi.pro" Host instead of proxy host like "mydomain.com". I have already fix it in this PR.
I was confused with this code when I am reading the source code ```csharp public IChannelCreator CreateChannelCreator(ListenOptions options, ChannelOptions channelOptions, ILoggerFactory loggerFactory, object pipelineFilterFactory) { var filterFactory = pipelineFilterFactory as...
When I run `cargo install amp`, I got this error: ``` error: failed to compile `amp v0.6.2`, intermediate artifacts can be found at `/tmp/cargo-installdwyAC0` Caused by: package `addr2line v0.21.0` cannot...
Thanks for your great work on it. I am really enjoy it. OSD notification only show when volume has changed for now, how about show notification when default device changed?
I can not control the string format when display `double` number data, so add a `StringFormat` to TextColumn's options will be nice. Is this suitable for `TreeDataGrid`? If so, I...
When I refrence a enum type from others package, I cannot add EnumExtensions Attribute to there Enum type. Is there any possible to generate the enum extensions? just like the...
Enum.TryParse has two overloads which are: ```cs public static bool TryParse(ReadOnlySpan value, out TEnum result) public static bool TryParse([NotNullWhen(true)] string? value, bool ignoreCase, out TEnum result) ``` so I add...
My docker daemon config: ```json "insecure-registries": [ "dockerhub.shengguanda.com" ], ``` When I publish with command: ```bash dotnet publish -p:PublishProfile=DefaultContainer --os linux --arch x64 -c Release ``` output: ```txt C:\Program Files\dotnet\sdk\8.0.401\Containers\build\Microsoft.NET.Build.Containers.targets(242,5):...
Semi.Avalonia 12.2 introduced `Aquatic`, `Desert`, `Dust`, `NightSky` Themes. But the ThemeToggleButton only switch between `Default`,`Light`,`Dark`. Is there any plan to support these new themes?