Rico Moorman
Rico Moorman
Hi, I just ran into unexpected indentation errors while aligning tag attributes vertically within a cjsx file. ``` cjsx React = require "react" Example = React.createClass render: -> React.render ,...
Hello, I would like to use this library to generate parsers based on the the ABNF definitions for the [SCIM (System for Cross-domain Identity Management) Protocol](https://www.rfc-editor.org/rfc/rfc7644). While I was trying...
While running updates on an existing phoenix application that is using absinthe, I got the following compilation warning: ``` ==> absinthe_plug Compiling 18 files (.ex) warning: Application.get_env/2 is discouraged in...
When using nested ecto embeds in a live view through `form` and `inputs_for`, while simultaneously using the `:let` binding, errors for the nested embed no longer show up in the...