u-an-i
u-an-i
> Sorry, I cannot reproduce this. Neither legacy nor modern UI mode. I see either the Globe or Mercator in the web UI. You need to enable the plugin "ol-map"...
Without having looked at the code again or understanding the issue in detail, some hints: db connections might have to be closed, like file resources from an os have to...
@KOKAProduktion I thank you for your reference to your repo, I will take a look once I find leisure.
For reference:          
i leave this PR here in draft state not continuing the upgrade for now.
in response to https://github.com/libsdl-org/SDL/issues/8358#issuecomment-1773461725
hash value updates when count+1 is full trigger the resize, I outlined this in the header file. So + 2 allows to be able to still update existing values. I...
The issue I was trying to solve is if the next "new addition" to the hashmap does a resize I wanted to do something in my multithreaded code (basically wait...
I went ahead and added a `hashmap_sets_left_before_resize` function replacing `hashmap_full`
@Mashpoe i implemented the changes as suggested by you in the current PR