Greg Coladarci

Results 11 issues of Greg Coladarci

After bumping to your new image for elixir 1.11, the npm install step is failing w/ an error that is largely over my head: ``` npm notice npm notice New...

Forgive me for using this as a venue to get a recommendation, but I'm having a really hard time even forming my question in other venues, so I thought I'd...

Currently, from what I can tell, this library requires a changeset for all inserts. We have a use case where we need to create 10s of thousands of records using...

This might be outside of the scope of this library but what are your thoughts on providing a hook for unloading when no longer on the screen.... my use case...

We have had a need surface where, when a new user is created via Pow Assent, I have to somehow hook into the creation process to pull something from the...

Hey all - this is mostly to help others out in case they run into this (and I'm also super curious why but that's less important). tl;dr is that we...

This is valid coffeescript.. ``` setTimeout -> alert("OH HAI!") , 500 ``` ..but throws a compilation error in ember-script: ``` Error: Syntax error on line 140, column 4: unexpected ','...

If I'm hosting a static single page app, this package is a godsend, appreciate it so much. My question comes when this SPA makes cross-domain calls to an api server;...

For SEO reasons, it can be critical to provide a `301` versus the default `302` for redirects on mount. This PR allows people to pass in `status: 301` along with...

Hello all! Very excited about the work on this repo, thanks for that. Following the instructions worked the first time but on subsequent runs, I'm getting a "Error response from...