geocoder icon indicating copy to clipboard operation
geocoder copied to clipboard

An Elixir Geocoder/Reverse Geocoder

Results 15 geocoder issues
Sort by recently updated
recently updated
newest added

https://github.com/DaoDeCyrus/geocoder/blob/master/lib/geocoder.ex#L50\ @iloveitaly what do you think?

Looks like adding a definition for `%{}` fixes the issue. ``` 09:54:29.931 [error] Task #PID started from #PID terminating ** (FunctionClauseError) no function clause matching in InchEx.Docs.docstring/1 (inch_ex 2.0.0) lib/inch_ex/docs.ex:78:...

``` [error] GenServer #PID terminating ** (Poison.ParseError) Unexpected token at position 0: < (poison) lib/poison/parser.ex:353: Poison.Parser.value/3 (poison) lib/poison/parser.ex:64: Poison.Parser.parse!/2 (httpoison) lib/httpoison/base.ex:866: HTTPoison.Base.response/8 (geocoder) lib/geocoder/providers/open_street_maps.ex:139: Geocoder.Providers.OpenStreetMaps.request_all/2 (geocoder) lib/geocoder/providers/open_street_maps.ex:149: Geocoder.Providers.OpenStreetMaps.request/2 (geocoder) lib/geocoder/providers/open_street_maps.ex:11:...

- [x] make the provider changeable in runtime; - [x] make a pattern for foreign providers to accept `language` and other params (possibly via protocol); - [x] map additional parameters...

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.34.0 to 0.34.1. Changelog Sourced from ex_doc's changelog. v0.34.1 (2024-06-30) Enhancements Add a v shortcut to open/focus the version select Compatibility fixes for Elixir v1.17 and Erlang/OTP...

dependencies
elixir

Bumps [credo](https://github.com/rrrene/credo) from 1.7.5 to 1.7.7. Release notes Sourced from credo's releases. v1.7.7 Check it out on Hex: https://hex.pm/packages/credo/1.7.7 Fix compatibility &amp; compiler warnings with Elixir 1.17 Credo.Check.Design.SkipTestWithoutComment, Credo.Check.Refactor.PassAsyncInTestCases and...

dependencies
elixir

Bumps [jason](https://github.com/michalmuskala/jason) from 1.4.1 to 1.4.3. Changelog Sourced from jason's changelog. Changelog 1.5.0-alpha.2 (07.07.2023) Add limit to decoded integer sizes of 1024 digits. This can be changed with the decoding_integer_digit_limit...

dependencies
elixir

## Current behaviour Geocoder.Providers.Fake returns `{:error, nil}` when nothing is found on `call_list/1`. ## Expected behaviour Geocoder.Providers.Fake should returns `{:ok, []}` when nothing is found on `call_list/1`.

Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.18.1 to 0.18.2. Release notes Sourced from excoveralls's releases. v0.18.2 Enhancements Print warnings about incorrectly used ignore-markers (#325), such as start-marker without a corresponding stop-marker, or two...

dependencies
elixir

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.34.0 to 0.34.2. Changelog Sourced from ex_doc's changelog. v0.34.2 (2024-07-08) Enhancements Allow anchors on function and callback autolinks Bug fixes Make module attributes searchable without leading @...

dependencies
elixir