OvermindDL1
OvermindDL1
> This seems to be an issue on discord's part with not sending the information, and not necessarily a problem with the code itself. Any way to 'bump' it though...
I'll update soon! The bot stays online for extended periods and the cache not working was pretty random, but the commit of the fix looks reliable. I'd say if you...
Just as an update, it came up without issue twice so far (I decided to update *everything* while I was at it, so far I've been lucky...).
I keep getting this as well, it happens pretty often, upon which then I have to manually reboot (why is that getting a `nil`, why is it not supervised so...
Any thoughts as to cause?
Getting this quite often as well, if it is related, or should it be a new bug report? ```elixir (BadMapError) expected a map, got: nil (stdlib) :maps.values(nil) (alchemy) lib/cache.ex:189: anonymous...
> Sometimes I wish lua was more strongly typed! Well Metalua can perform strong typechecking at runtime, though there is a runtime overhead for it. [typedlua](https://github.com/andremm/typedlua) is a preprocessor that...
@aSemy It does! I've been using typescript to lua for a while now, it works really well! It generates very nice output too.
Actually if you want to model things on web frameworks (not a bad idea at all), might I recommend the Elm style? It handles monolithic GUI's (in compiles to javascript)...
Elm is one of those languages that compiles to Javascript, been around 3 or 4 years though has recently reached 1.0 and has gotten very popular lately, it is kind...