Ben Sedat

Results 14 issues of Ben Sedat

When ElixirLS is building a project with Burrito releases it warns `warning: Burrito.wrap/1 is undefined (module Burrito is not available or is yet to be defined)` - this is somewhat...

This also relaxes the typed_struct requirements to the 0.2 series as we don't depend on 0.2.1 behavior. https://github.com/ejpcmac/typed_struct/blob/main/CHANGELOG.md

If a mix release is compiled with a docker image such as hexpm/elixir:1.13.1-erlang-24.1.7-alpine-3.14.2 it seems to be missing the expected `releases\\elixir.bat` file. In the mix release output I see this...

bug
good first issue

We had previously noticed that the `epmd` process was left running on user systems after the CLI exited, and we have a workaround in the elixir application's release to start...

enhancement
good first issue

After some ERTS libc architecture mixups (entirely my user error) I wanted to propose an enhancement to bundle multiple ERTS runtimes and at runtime decide which version to extract based...

enhancement

Just making a note to ourselves that we should tag our releases so it'll be indexed by things like Black Duck :smile:

enhancement

I noticed an issue where the schema dump contained the string version of the column default (ie "{foo,bar}"), causing errors when the schema was loaded. I did some digging and...

When I ran `pessimize` on a Gemfile containing prerelease gem versions they got stripped out and later calls to `bundle` would fail. This attempts to leave those versions alone while...

Perhaps via the demo app?

enhancement
help wanted