janderadutra

Results 4 issues of janderadutra

docker run -it \ -e PBF_URL=https://download.geofabrik.de/south-america-latest.osm.pbf \ -e REPLICATION_URL=https://download.geofabrik.de/south-america-updates/ \ -p 8080:8080 \ --name nominatim \ mediagis/nominatim:4.3 curl http://localhost:8080/search.php?q=avenida%20paulista%20Sao%20Paulo [{"place_id":13421950,"licence":"Data © OpenStreetMap contributors, ODbL 1.0. https://osm.org/copyright","osm_type":"way","osm_id":351522745,"boundingbox":["-7.9307134","-7.9306115","-34.8863776","-34.886168"],**"lat":"-7.9306589","lon":"-34.8862731"**,"display_name":"Avenida Paulista, Vila Avilâ, Arthur...

bug

### Please confirm that the feature request does ***not*** already exist - [X] I confirm there is no existing issue for this feature request. ### Use case We have several...

🔦 Type: Feature

```rust #[web::get("/hello")] async fn hello() -> impl web::Responder { ``` What is the best way to run the scripts? I only got it with the ```rust let worker = DefaultWorker::new(DefaultWorkerOptions...

self.cl.execute("selectaa 1", &[]).await; does not return the error and crashes,.