KevinB
KevinB
With 1 node ES on 8.2.0, I can confirm that it is working with the ES 8.x version. With multiple node, I can not confirm it yet because I have...
Hello, This issue also concerned me. Have you find something ?
I would like to host my own OSM server which is based on a docker image (cf [https://github.com/Overv/openstreetmap-tile-server](https://github.com/Overv/openstreetmap-tile-server)). I also need to generates tiles from KML or GeoJson files. Those...
Same trouble below (attachment is MimePart, from MimeKit library) : ```` MemoryStream memoryStream = new(); await attachment.Content.DecodeToAsync(memoryStream, cancellationToken); memoryStream.Seek(0, SeekOrigin.Begin); if (Path.GetExtension(attachment.ContentType.Name) == ".7z") { SevenZipBase.SetLibraryPath(@"X\7z.dll"); using (SevenZipExtractor sevenZipExtractor =...
[As I said right here](https://github.com/themesberg/tailwind-blazor-starter/issues/3#issuecomment-2376274052), to make it work with .NET 8 Blazor WASM, I had to use this: ``` protected override async Task OnAfterRenderAsync(bool isFirstRender) { await Js.InvokeVoidAsync("window.initializeFlowbite"); }...
Can we help on that pull request to close it?
Any news on this one?
Hello, Any update on this?
@GeertvanHorrik @alexfdezsauco Can I help to finish this pull request? What is the matter?
@alexfdezsauco I'm gonna try to take over his work.