Martin Norbäck Olivers
Martin Norbäck Olivers
I'm not sure if the bug is with Elixlsx or with Xlsxir, but the file works when opened in Excel. [bug.xlsx](https://github.com/jsonkenl/xlsxir/files/3418707/bug.xlsx) ``` iex(19)> %Elixlsx.Workbook{sheets: [%Elixlsx.Sheet{name: "Sheet1", rows: [["A"]]}, %Elixlsx.Sheet{name: "Sheet2",...
The following file throws in the generator (probably because it tries to compare the type `Child` with `ChildMixin`). I also reported this at https://github.com/rrousselGit/freezed/issues/766 but perhaps it's something that can...
**Describe the bug** JSON generation fails when using the generic class in another class. I've followed the instructions at https://pub.dev/packages/freezed#deserializing-generic-classes I think. I get the following output: ``` [SEVERE] json_serializable...
Fresh clone. Running the following: ``` mix deps.get (cd assets && npm install) mix phx.server ``` Browsing localhost:4000 gives the following error: ``` [info] Running PhoenixElmTemplateWeb.Endpoint with cowboy 2.5.0 at...
Hi! I'm using ExJsonSchema (version 0.8.0-rc1) to validate json configuration files, and in some cases (enum, additionalProperties) I would very much like to display the actually allowed values in the...
Thanks for the app! I have successfully installed in on my Synology DiskStation. However, the public page is not working. When I'm not logged in, it just says No keys...
The catch-all case at the bottom makes adding new messages not fail compilation. One way to fix this is to add a catch-all for each page message instead, like this:...
Elixir 1.6 has a new feature called "mix format" that formats your code according to a predefined (and non-configurable) format. All of Elixir's code has already been formatted like that,...
https://github.com/elixir-lang/elixir/blob/master/lib/elixir/pages/Compatibility%20and%20Deprecations.md#compatibility-between-elixir-and-erlangotp
I'm using Elixir 1.5 and OTP 20, and the driver works, and tests pass. It would be good to add those to travis though, if possible.