Jason_000
Jason_000
It's a valid point, and one that I haven't thought of too much previously. In the back of my mind I'm always comparing Dictu to other languages and potentially more...
Yeah you’re probably right, and concurrency is definitely of higher priority, although the others are still important. Yeah I do plan on trying to get through your PRs, apologies on...
Hey! Sorry it took me so long to respond to this. I'm actually unsure how I feel about switch statements altogether if I'm being perfectly honest. There are other ways...
Yeah this is one that I've always questioned, it actually comes as a design decision from Lox: > This code doesn’t check to see if the key is already in...
Go for it 👍
Of course!
Appreciate the work you've done on this so i've stuck the hacktoberfest label on it (if you're participating) until I get some time to thoroughly check it and get it...
I think I'm going to work on this PR (unless you want to continue with it) so that all of the object methods return a Datetime object rather than primitive...
Exactly yeah, we'd leave the current ones in and they can return the primitive values. Your new object methods would instead return a Datetime object, so: ``` Datetime.new(); -> Datetime...
Apologies yeah, strptime to return a date time object rather than a number, and then getTime to return a number I had \ because at the moment this is overloaded,...