Mieszko Wawrzyniak
Mieszko Wawrzyniak
https://github.com/erlang/docker-erlang-otp/issues/380
Makes it possible to compute `load_data` at the runtime. Example use case it to provide priv path to the nif. ```ex defmodule NIF do use Rustler, load_data_fun: {Deployment, :nif_data} end...
If json contains the following string `
After changing the base image of `erlang:24` from `buildpack-deps:buster` to `buildpack-deps:bullseye` it transitively introduced a braking change to `elixir:*` images which use `erlang:24`. Referring to this commit [f14a791cec08903d5ac34a562861bae675cf2ff8](https://github.com/erlang/docker-erlang-otp/commit/f14a791cec08903d5ac34a562861bae675cf2ff8) by @getong...
## Enables contains check for `Geo.GeometryCollection` Example: ```ex a = %Geo.GeometryCollection{ geometries: [ %Geo.Polygon{ coordinates: [ [ {16.5234375, 55.97379820507658}, {10.8984375, 52.696361078274485}, {16.5234375, 49.15296965617042}, {25.3125, 50.51342652633956}, {25.3125, 54.36775852406841}, {16.5234375, 55.97379820507658} ]...