Open arichiardi opened 8 years ago
This is definitely some lame code. We need to decide what to do with paths that don't really have a "filename." I'd like to either use (:file-name part)
or a UUID. See proposed patch 👇 .
Yes that looks great! :smile: If it is up somewhere I will try asap
Dear Drew, I am using successfully your library for building an email and I found out today while creating
Throws a NPE:
I check the source and it fails here because
re-find
returnsnil
. Probably a simple dummy file name would avoid this issue right?Thanks!