gingerBill
gingerBill
This bug is quite an obvious one. The executable name is trying to be based on the directory name, but because it is called `.meta`, it looks like you have...
This might be an issue with regards to path names on some operating systems not being case sensitive.
This should be relatively simple to fix, but hard to replicate.
I have just added a potential fix for this race condition. I have just used a RwMutex so that when it is writing, it blocks readers.
Is this still a problem on the latest commit?
I've added `reflect.enum_name_from_value` to make this easier to implement.
How much bigger will this be?
Oh wow! This might be a great thing for everyone!
Is this a problem any more?
@listeriaceae Put the license next to the code that uses it as a comment, rather than as a a file. This confuses things quite a bit when you read the...