Rob
Rob
Good changes. You'll certainly want to make the relationship between Users and Session tokens a "has many" however you'd like to go about that. I don't really think there's a...
The Lucky org has [a fork of teeplate](https://github.com/luckyframework/teeplate) that's been more recently maintained than upstream, and maybe even the one Amber uses. At any rate there's no reason to have...
One scenario which would require a system to provide a removal of existing sessions is this. When your account is suspected of compromise, it's important to be able to log...
Ok, I was able to get past the initial connection with this patch to Jennifer::Adapter::Base#connection_string: ```diff module Jennifer module Adapter abstract class Base def connection_string(type : ConnectionType) URI.new( self.class.protocol, config.host,...
I spent some time collaborating with @crimson-knight on this, and he suggested just bypassing the migrations and creating the tables manually for now, which got me up and running. Having...
Interesting. If that's true, this is probably a bug in the [MySQL Adapter](https://github.com/crystal-lang/crystal-mysql) rather than in granite.
@rmarronnier thank you, this is good as is.
It would also be nice to be able to configure an executor count/scale per queue, I think?
Not necessarily the first time activating with ctrl-n. It can happen at any time.
@manveru can you give a more concrete example of what you're facing?