Celso Fernandes
Celso Fernandes
@rdp @clarkyi if you could, please, test my branch, the one I opened the PR and give some feedback if works for you
yeah, it's because the README code initialize without any password for user `root`, setting a normal user / password, or password for root works flawlessly
with mysql there's a problem with packet 254, probably related to #62 , trying to figure out
@bcardiff thanks for the reply! :) my mysql root user has no password, the problem happens when use `crystal-mysql` with the following connection URI: `mysql://root@#{database_host}/#{initial_db}` MySQL driver does not play...
atm my workaround is: ```ruby class User < Namespace::User end ``` and use Knock with `User` defaults
hey @citizen428 thanks for pinging me yeah, absolutely, `cable-cr` itself is just, a library heheh to be useful, it's good to be used in something like.. Lucky, for sure :)...
added both you guys 😉
`accepted_formats [:plain_text, :json], default: :plain_text` doesn't make sense for a WS action why does `Chats::Index` inherits from `WebSocketAction`, the behavior is totally different
@confact ohhh that's nice to hear! I'm working with @jwoertink in some stability/scalability issues, so I'd advice to not use in production atm, hope to fix this soon 🤞 anything...
hi @TheKidCoder ... same idea here: https://github.com/fernandes/arel.cr wanna join forces? :)