u-an-i

Results 21 comments of 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: ![image](https://user-images.githubusercontent.com/84718885/120943963-61522e00-c732-11eb-9d0d-136424320d8f.png) ![image](https://user-images.githubusercontent.com/84718885/120943976-7202a400-c732-11eb-9601-917725f900b6.png) ![image](https://user-images.githubusercontent.com/84718885/120944017-a0807f00-c732-11eb-8081-102b404e5b42.png) ![image](https://user-images.githubusercontent.com/84718885/120944028-b0985e80-c732-11eb-8aed-9f3fed993568.png) ![image](https://user-images.githubusercontent.com/84718885/120944039-c017a780-c732-11eb-8623-7fc5125ac00a.png) ![image](https://user-images.githubusercontent.com/84718885/120944045-ce65c380-c732-11eb-9991-d79fff9f94cd.png) ![image](https://user-images.githubusercontent.com/84718885/120944059-da518580-c732-11eb-9254-93992026627b.png) ![image](https://user-images.githubusercontent.com/84718885/120944086-ea696500-c732-11eb-9a52-3f25742befee.png) ![image](https://user-images.githubusercontent.com/84718885/120944098-f3f2cd00-c732-11eb-9b83-873fe67f3156.png) ![image](https://user-images.githubusercontent.com/84718885/120944112-02d97f80-c733-11eb-9ab1-90cd8c068c64.png)

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