Meikel

Results 81 comments of Meikel

blocked by mysql package for now https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql/pull/2019

I don't think the original implementation has such a feature but I still think this is a valid improvement. The current architecture is designed to push out as much packets...

Ah yes sounds reasonable. The original implementaion had the infamous bug if you have too many enemies the network delay is about 5+s depending on the amount which could sometimes...

Wouldn't this be a HTTP API app? Because we need some kind of frontend too? Wouldn't this be another standalone application? Also I don't know how important the in game...

> If you want to maintain the dotnet stack, I would really like to give a helping hand in implementing some dotnet metin2 CMS using Blazor/MudBlazor @eleite93 We are not...

Closed due inactivity - feel free to request re-opening once you wanna work on it again

This should be backed by a test to avoid regression Maybe I should add a label `requires/test` or something

Same issue here, happened from one day to another without interacting with docker at all. I assume it's from a windows update dockerd.log ``` time="2025-06-24T09:40:15.694382053Z" level=info msg="Starting up" time="2025-06-24T09:40:15.808976476Z" level=info...

I was able to workaround this issue by using: ```sh docker context ls docker context use default ``` Deleting the wrong context doesn't work because docker recreates it every time....