© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Serguei Cambour
Thanks a lot for sharing. A tiny error to be fixed though, I think: you mention everywhere filename: "invoice-#{date}" but the variable date has never been defined.
filename: "invoice-#{date}"
date
AbulAsar S.
Elixir |> JS/TS |> C++ |> AI enthusiast
Thanks for pointing it out. I'll edit the code snippet.