rockingdice

Results 70 comments of rockingdice

@felangel You can hover over each province to see if the local operators are accessible. Even in Beijing two of them are not able to connect: ![Image](https://github.com/user-attachments/assets/111891a2-8a16-42aa-8cbc-c69def57e3ff) Thank you and...

I'm still waiting for this feature to decide whether to use this service. Since #2223 is done, any plan? Will you make this prioritized?

I'm using apple-clang on mac os. c++17

here's a screenshot of the crash moment:

possible related threads: https://stackoverflow.com/questions/66994805/asan-heap-use-after-free-after-vector-emplacepush-back-in-a-recursive-functio

This is the moment that freed the entry: which will trigger the heap-use-after-free problem.

It's very likely the same problem as I mentioned: > possible related threads: > > https://stackoverflow.com/questions/66994805/asan-heap-use-after-free-after-vector-emplacepush-back-in-a-recursive-functio I've tried to modify this line: ``` data_.reserve(4); ``` to ``` data_.reserve(400); ``` And...

As I mentioned, the project is too big, and I may not have enough time to make one... but what I did is trivial: 1. I put four separate entities...

Sorry for the late reply. I've been swamped these days... I may try them when I'm free, but no promise on the time, sadly :(

or maybe you could try my package? you can use it like an asset bundle but read files from an external location instead of a bundle. https://github.com/rockingdice/external_asset_bundle I don't have...