Luis Sanchez

Results 3 issues of Luis Sanchez

Hello, I was recently appending an attachment the following way: ``` attachments["report.xlsx"] = { mime_type: Mime[:xlsx], encoding: "base64", content: Base64.encode64(raw_xlsx) } ``` and I realized the gem's default behavior is...

Hello, This PR adds memory allocations info to be printed for each line. I wonder if this is a use case that we could support, given that the memory profile...

I just realized that the .roots method only allows to get the roots from the top level. Meaning that only nodes with their foreign_key set to nil are considered roots....