alterEgo123
alterEgo123
Hello, Running the following example which uses **$geoNear** in an aggregation pipeline returns a `$geoNear is only valid as the first stage in a pipeline` error. ``` from mongoengine import...
Hello, this is more of a question that an issue. I've been checking my HTTP requests and found that this database call (model.objects()) called **create_index** 4 times. The collection **PlaceWithScoreModel**...
Expected Behavior ================= Run supervisor inside container. --- Actual Behavior ================= Container fails with error `Error: Invalid user name root` --- Steps to Reproduce the Problem =============================== 1. Run any...
Hello, I'm trying to deploy nominatim on AWS using the Helm chart but I keep getting this error Defaulted container "nominatim" out of: nominatim, wait-for-db (init), download-pbf (init) 2024-01-10 15:42:28:...
Hey, The purpose of this PR is to set default value to PASSWORD because default user behavior is to pull image instead of building it.
Compiling the Cloud DB Java Server SDK Demo App.java returns the following errors ```src/main/java/com/huawei/agc/clouddb/quickstart/App.java:27: error: class main is public, should be declared in a file named main.java public class main...
Hello, I'm trying to setup Overpass API for North America and Europe regions. I merged the .bz2 files using osmium and i'm using that file for OVERPASS_PLANET_URL. Should I set...