Matt Ketmo

Results 21 comments of Matt Ketmo

Hello. I don't know what your `#crop-image img` element is, but the `image: img` is not a valid option in Darkroom constructor.

Hello. What kind of documentation would you like to have? For "installation" the files to include is the ones in the [`build`](https://github.com/MattKetmo/darkroomjs/tree/master/build) directory.

See https://github.com/kangax/fabric.js/issues/731

Hello. I'm not sure to understand the issue here. Do you have an example to reproduce or maybe you'd like to submit a PR with the "hack"?

Hello. Do you have example of Javascript libraries using license in header?

This should also resolve #66

/ping @olsgreen ;)

See also https://github.com/martenson/disposable-email-domains

When using a link to `/api/auth/logout` the cookies are correctly cleared, but on localStorage there is still a `supabase.auth.token` item containing all the session info (access token, refresh, user, etc)....

@silentworks oh my bad, indeed it was because I was not using the client from auth-helpers-nextjs. I started the project without this helper so I missed this: ```js import {...