Katsuya
Katsuya
Hi @neilmarion Thank you for the PR. I don't quite understand why your sql query looks like that. If you take a look at the line you removed: ``` ruby...
Good to hear you solved it. Please close this issue :)
A few guesses: Do you have all associations defined? i.e. has_many :comments, :reviews, :statuses in User class and belong_to or has_one :user in all of Comment, Review and Status classes?...
Actually, I think it does not handle the case where multiple reputations have the same name. Do you mind trying using different name for `:votes` for now? Thanks.
Hi @vpoulain, That's interesting idea! What's the use cases you are thinking of?
That makes sense. Right now, such use case is not supported yet. I'll work on it if I get a chance or you are more than welcome to give it...
good idea on raising an exception when xformers is used but not available! PTAL
renamed the flag and added a note in READMEs - PTAL
Having the same issue here as well with local supabase DB. I haven't investigated deeply but if the library really meant to pass `code_challenge_method` as `s256`, I think it can...
Thanks for the PR! It looks like it's not so common to support proxy with API client library. Do you mind explaining your usecase?