Quan Nguyen
Quan Nguyen
```ruby class Company < ApplicationRecord has_many :addresses acts_as_geolocated through: :addresses end class Address < ApplicationRecord acts_as_geolocated lat: 'latitude', lng: 'longitude' belongs_to :company end > Company.within_radius(20_000, *point).selecting_distance_from(*point).first.distance => 11081.8179360831 > Company.includes(:addresses).within_radius(20_000,...
I'm trying to install the latest version available `3.0.1` and received this error ``` error [email protected]: The engine "node" is incompatible with this module. Expected version ">=14
Use https://github.com/joolfe/postman-to-openapi to convert from postman to OpenAPI Spec. 🚫 Blockers: 1. schema types in raw body aren't inferred. Project isn't maintained, the following issues have been opened for 6months+...
What's the value of including a blank repository in the published json when my server is remote-only? ```json { ... "repository": { "url": "", "source": "" }, ... } ```