pcopissa

Results 7 issues of pcopissa

Using Ruby 2.7 on Windows (Ruby Installer with MSYS2) ```libpostal``` was separately compiled and installed (via its own ```make install```) Native part of the gem fails to compile. Attached is...

According to ORS isochropne API (https://openrouteservice.org/dev/#/api-docs/v2/isochrones/{profile}/post) it is possible to use the optional field `smoothing` to specify the coarseness of the isochrone (in terms of how short a segment of...

According to ORS isochropne API (https://openrouteservice.org/dev/#/api-docs/v2/isochrones/{profile}/post) it is possible to use the optional field `location_type` to specify that the points in the `locations` field are destinations (that is, the output...

On Windows 10 64bits follow the steps in https://guides.hanamirb.org/v2.0/introduction/getting-started/ That is: 1) Install Ruby 3.2.1 (using RubyInstaller) 2) In a Ruby-enabled ```cmd``` prompt, install hanami 2.0.3 via ```ridk exec get...

0) Ruby 3.2.0 on MSYS2 on Windows 10 with some older versions of Hanami installed (2.0.x) 1) install Hanami (2.1.1) as per documentation: ```gem install hanami``` 2) try to create...

0) Windows 10, Ruby 3.2.0 over MSYS2, Hanami 2.1.1 1) Generated a new app (`hanami new xxx`) 2) Look at the generated image `app/assets/images/favicon.ico` : Viewers like IrfanView report an...

0) Installed Hanami 2.1.1 on Ruby 3.2.0 (MSYS2 on Windows 10). See issue #1463 for more context. 1) Created a web app (`bundle exec hanami generate test`) as per documentation....