Earlopain
Earlopain
Redid on top of current master
Rebased again, added Go 1.22
This requires a new release from the parser gem: https://github.com/whitequark/parser/issues/1009
Hi, I have a PR at #67 which also fixes the base64 dependency.
@sferik could you check this out if you got some time?
Thank you!
I discussed CORS with Kira for #288 and my main takeaway from all that was that accessing the api from browsers on other domains directly is not desired since 3rd...
Looked into this again and finally learned something new. The issue is with the `active_model_serializers` dependency. It's used to customize the serialization on posts, but as a side-effect also messes...
I will try to get rid of the dependency causing this issue. That would also close #359. We are fine with changing the response format in these cases. Posts will...
I don't think this cop should concern itself with constants (at least by default). Surely I used a constant to intentionally factor it out, unless the constant is referenced only...