Closed vclayton closed 3 years ago
This is an attempt to fix bug #99
IDs all get a number appended to them, starting at 0 and counting up. I'm still new to elixir so I'm sure it could be done more cleanly, am happy to receive feedback.
I think this can be a working solution, adding a unique number will ensure the generated IDs are unique.
This is an attempt to fix bug #99
IDs all get a number appended to them, starting at 0 and counting up. I'm still new to elixir so I'm sure it could be done more cleanly, am happy to receive feedback.