Xeevis
Xeevis
When using ASP.NET Core hosted **Blazor WebAssembly** app it's possible to make use of **server prerendering**. With this technique first user request is responded to by server instantaneously with full...
[what3words](https://what3words.com) is a popular service for sharing precise location anywhere on the planet by using unique combination of 3 common words. Some sample icons from https://developer.what3words.com/design/styles 
Currently when viewing documents in the tree view, they are represented only by the `_Id` property. However it would be much more human readable if it was a `name` and...
* 6.0.0-rc.3 ```sh PS> abp new Acme.BookStore -d mongodb --create-solution-folder --preview PS> cd Acme.BookStore PS> dotnet run --project src\Acme.BookStore.DbMigrator [23:23:05 INF] Started database migrations... [23:23:05 INF] Migrating schema for host...
I believe Orchard could use some major solution house keeping as it's currently quite messy, it's unnecessarily prolonging build operations and creates hundreds of megabytes of duplicate assemblies (for source...
When updating module from `esm.sh` ```ts import confetti from "https://esm.sh/[email protected]"; ``` UDD turns it into ```ts import confetti from "https://esm.sh/[email protected]/"; ``` It's a convention to not include extra slash and...
**Describe the bug** With System.Text.Json there appears to be deficiency with `JsonStringEnumConverter` which can't convert hyphens to enums and it's also not supporting `System.Runtime.Serialization.EnumMember` attribute causing impasse. Meaning this won't...
Zdravím, moc díky za integraci. Pokud můžu být tak drzý a navrhnout i nějaké zlepšení tak by bylo super kdyby entity měly atributy kdy dojde ke změně stavu podobně jako...
> MEDIA_CLASS_DIRECTORY was used from sonos_cloud, this is a deprecated constant which will be removed in HA Core 2025.10. Use MediaClass.DIRECTORY instead, please report it to the author of the...