Hassan Selim

Results 8 comments of Hassan Selim

ok so how did you "fix" my save? I went through and decoded the export string and got the json for both my corrupted save and your fix, how did...

ok question, isn't this (e+N) thing supposed to be the exponent representation of a floating point number? I think I get that when I try to do .ToString() on a...

ok I've spent some time looking at the code and I found some weird things, in game.js there is a function called "get_hex_from_int" that is called on the cash value...

Try Ctrl+F5 or clear your browser's cache

I'd also like to have a separate scope for type hints. I was writing some type hints in Django Models (so the fields show up as the real type and...

I agree with @lsorber here, the whole idea of using an uncommon datatype like `Decimal` is to get full precision like when dealing with monetary calculations. So having the default...

for future readers, the link in the previous comment no longer points to the correct line of code (because it points to master rather than a specific commit), follow this...

I looked at the codebase for the web service (first time for me to read Elixr code BTW, looks very interesting and clean). The problem is in the `/badge/:name` route...