Luca Corti
Luca Corti
Hey, any plan on finishing/merging this? PKCE support would be great.
@datafoo Also try removing the PLTs in ~/.mix/. I'm on macOS (homebrew) and I think sometimes erlang upgrades without a version change break dialyzer. Removing those fixes it for me,...
What about geocoding with Leaflet plugins? That wold be cool too.
Regarding forward and reverse geocoding, this plugin is pretty interesting. It supports both forward and reverse geocoding using various services. I just added in Mapbox API support. https://github.com/lucacorti/leaflet-control-geocoder
@sivakumar-kailasam Can you share your workaround for getting FastBoot to work with `x-forwarded-host`? Deploying a FastBoot app behind a reverse proxy, which I guess is what an heroku setup looks...
@sivakumar-kailasam Thanks, I ended up basically rewriting the host header in a similar way to support deployment behind a reverse proxy setting `X-Forwarded-Host`. I also opened an issue (#184) for...
I have been experiencing intermittent container leak issues like this one for a long time, so basically I am restarting node periodically in production, which is not optimal but keeps...
> `Broadway.stop` will send a shutdown exit, this will make producers stop fetching and processors to clear their buffers. For the partitions assigned to the processor that has called `Broadway.stop`,...
If I read the JSONAPI spec correctly, clients MUST send all requests with `content-type: application/vnd.api+json`. The [accept](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept) header is used for content negotiation of the response [content-type](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Type), while processing request...
@CostantiniMatteo I think merging this would be a mistake as this is really constraining what the spec allows in term of filtering: https://jsonapi.org/format/#fetching-filtering The spec specifies that the `filter` parameter...