Alex
Alex
I tried libpostal a few weeks ago, with some "German input"-combinations. Input "[street] [house_number] [city]" was right, i thought amazing! But "[city] [street] [house_number]" was wrong, [city] was detected as...
https://github.com/openvenues/php-postal Maybe that works too, like Go Service? Because Nominatim is PHP (i will try it in 2-3 weeks, maybe) https://pelias.io/index.html > Libpostal: Pelias uses the libpostal project for parsing...
"wof-libpostal-server" or "a complex Docker" is not required, only 2 GB more RAM on same server 1. https://github.com/openvenues/libpostal 2. https://github.com/openvenues/php-postal I had problems with PKG under CentOS7 `pkg-config --cflags --libs...
> The libpostal php library doesn't scale well because each fpm-worker / apache mod-php instance will load all the libpostal data; so it's 2gb per worker. Typically servers have 10...
yes longer startup time, my post from yesterday > .... and restart `sudo systemctl restart httpd` > only the Httpd start takes longer than usual, php-postal answers instantly
we will try libpostal with nominatim (only German-OSM-Data) and i can post our experience later gopi-ar > However, structured search in Nominatim is still experimental and in most cases ?q=...
Could you create **"Minimal reproduction project"?** Then I could compare on my Pixel 4a and maybe debug with Android Studio.
It is probably this function. I'm not sure yet whether it will be activated before the splash screen. -----------  https://github.com/godotengine/godot/blob/7ebc866418b075df58cbe4e31fcf8b0c3acd70a1/platform/android/java/lib/src/org/godotengine/godot/Godot.kt#L479
Minimal reproduction project: https://github.com/marko995/CircleJumpGodot4 is **no longer found** Some bugs have been fixed in the last few weeks, you might be able to test again soon with version 4.2.x or...
**and v4.2.1?** > Akien - 13:22 > We just released Godot 4.2.1, as the first maintenance update to the 4.2 feature branch. This version contains the bug fixes that I...