latot
latot
there is some ppl here, that when installs nominatim it comes with it. So some times there is the assumption that repos like this one can come with that included....
I can't say much about outdated system/ppl, still I think would be nice :)
this type of issues can't be handled in the project? or must always start on that repo?
would be good point on the README that any idea to improve for example, this repo docs or issues, should be go to nominatim project, or maybe even disable the...
Weird! here an example of a vector that does not works. ```R pak::pkg_install(pak::lib_status()$package) Error: ! error in pak subprocess Caused by error in `asNamespace("pak")$lib_status_internal(...)`: ! unused arguments (pkg = c("ape",...
no idea which part is a lazy evalualtion... seems some parts there are not that intuitive, but still was just a trick to try upgrade all. Maybe is just better...
Hello @Flowdalic
Hi! I used bindgen to make them autmatically in other crate, I have other crate that makes them safe for rust, but in this case the only function I'm calling...
in that case shouldn't this also fails? ```rust #[pg_extern] pub fn init() { unsafe { postgis_sys::bindings::pg_install_lwgeom_handlers(); } } ``` because it works.
how do you know is a symbol collision and not a undefined one (failing to link)? (I has been learning about this from some time about bindings but I'm far...