Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

SongOfYouth

SongOfYouth opened an issue on unoplatform/Uno.Wasm.Bootstrap
`GetFileFromApplicationUriAsync` not works as 5.4 and earlier at 5.5 and net9
It raised a "file can not be found" error when using **GetFileFromApplicationUriAsync** to load a content file,but it's ok on net8 and uno 5.5.32.
SongOfYouth starred NickSwardh/YoloDotNet
SongOfYouth starred drasi-project/drasi-platform
SongOfYouth created a comment on an issue on dotnet/aspnetcore
May be it is necessary to provide a `GetAsync` method separately and a overwrite with type parameter like: ```csharp cache.GetAsync(key, typeof(MyType)<,...>); ``` because i don't know the real ty...

View on GitHub

SongOfYouth created a comment on an issue on dotnet/aspnetcore
> [@SongOfYouth](https://github.com/SongOfYouth) Are you using the V9 (preview) version of the Microsoft.Extensions.Caching.StackExchangeRedis library? (the V8 version doesn't work with Garnet, but...

View on GitHub

SongOfYouth created a comment on an issue on dotnet/aspnetcore
The key not be saved to garnet when registered `IDistributedCache`: ```csharp builder.Services.AddHybridCache(options => { options.MaximumPayloadBytes = 1024 * 1024; options.Max...

View on GitHub

SongOfYouth starred NLua/NLua
SongOfYouth starred commandlineparser/commandline
SongOfYouth created a comment on an issue on dotnet/aspnetcore
> Yes, there is a `.Flags` property on the options parameter that allows just about anything to disabled; see https://learn.microsoft.com/dotnet/api/microsoft.extensions.caching.hybrid.hybridcachee...

View on GitHub

SongOfYouth created a comment on an issue on dotnet/aspnetcore
Can we indicate only lcoal or distributed when set value? not all cache need to be distributed even a IDistributedCache has been registered.

View on GitHub

SongOfYouth starred microsoft/fluentui-system-icons
SongOfYouth opened an issue on microsoft/microsoft-ui-xaml
`IconSourceElement.IconSource` can not set to null from a not null value
### Describe the bug when IconSource is not null, and then set a null to it will raise error: Value dose not fall within a expected range. ### Steps to reproduce the bug 1. Set a not null value ...
SongOfYouth created a comment on an issue on microsoft/microsoft-ui-xaml
> As [@mareksm](https://github.com/mareksm) said, you can use Path, like PathIconSource > > For example, I copied the path from my star.svg for the test, but you could extract it into a string and...

View on GitHub

SongOfYouth starred rafntor/Eto.SkiaDraw
SongOfYouth created a comment on an issue on FastReports/FastReport
> This feature is only available in the paid version. Starting from version 2022.3. See here: https://www.fast-report.com/en/blog/show/fastreport-core-skia/ can the paid version work on wasm?

View on GitHub

SongOfYouth starred JamesnetGroup/leagueoflegends-winui3
SongOfYouth starred WinUICommunity/WinUICommunity
SongOfYouth created a comment on an issue on microsoft/microsoft-ui-xaml
> I tested with an InfoBadge and it worked (Windows 10 22H2, Windows App SDK 1.6.240829007) : > > ``` > InfoBadge infoBadge = new InfoBadge > { > Background...

View on GitHub

SongOfYouth opened an issue on microsoft/microsoft-ui-xaml
ImageIconSource can not load svg
### Describe the bug Can not load svg via ImageIconSource like: ```xml <IconSourceElement> <ImageIconSource ImageSource="ms-appx:///Assets/Svg/360.svg" /> </IconSourceElement> ``` or ```cshar...
SongOfYouth created a comment on an issue on microsoft/microsoft-ui-xaml
> In your AppBarButon, you need to add `AllowFocusOnInteraction="True"` for your TextBox to automatically get focus when you open the Flyout. If you don't want it to automatically get focus and req...

View on GitHub