John Spounias

Results 35 comments of John Spounias

I read #849 but this should be baked into the main app imo, as others have stated its better for standardization.

not sure how to fix the test, beyond my scope. What can I do? (not even close to a good enough rails dev to know what to do, point me...

![image](https://user-images.githubusercontent.com/77483/203453381-e5d358a3-cfe9-4711-b1bc-9b27e7b109ee.png) I have the local test loop I think, now I can try to see what might be up without making pushes here. Happy to hear any feedback or direction....

I poked at this all day, and have rspec working. But I can't fix it. The serializer code works, fixing the test to comply with it is beyond my capacity...

I spent much of yesterday reading [the docs about these functions](https://relishapp.com/rspec/rspec-mocks/v/3-12/docs/working-with-legacy-code/any-instance) and testing iterations of functions in the spec file. I tried placing allow_any_instance of chained with receive_message_chain, inside and...

As far as I can tell this is ready for merge and just needs to be approved, let me know if something else needs to be done at this point.

I will research what you asked and get to the change and testing, thank you

I have had the flu, I plan on paying for access to the discord and getting some help to work through this at the end of the holidays. please excuse...

To be clear I mean this one, "media attachments" I need in the account admin api, Thanks! ![image](https://user-images.githubusercontent.com/77483/202885233-6d9c0747-24ad-4dbb-b5e9-27a182a3205a.png)

I apologize in advance, I am a python developer. I keep finding code which looks similar to this, `account.media_attachments.sum(:file_file_size)` And so I believe the context is already ready. I just...