Gabe

Results 2 issues of Gabe

I currently have a schema with this shape: ``` schema "ClientInstance" do field :ext_ref, Ecto.UUID field :notes, :string embeds_one :query, EmbeddedSchema.ClientInstance timestamps() end ``` with the embedded schema as follows:...

question
feeback needed

**Describe the bug** A clear and concise description of what the bug is. node.addon is produced for wrong architecture, ignoring npm_config_arch **Reproducing** If possible, provide a list of commands or...

bug