impbox

Results 19 comments of impbox

While scaling load is one issue, I think a more important issue is eliminating a single point of failure. Should a redis instance go down, your Magento site goes down....

So I tried building latest master and copying the executable and public directories across, but I now get "Couldn't retrieve threads." message so I'm guessing there's more involved in this...

Platformer does require multimethods to function correctly. But simplifing these makes sense, we can use a platformer.nim.cfg or .nims to set the arguments for platformer

ahh, if you compile with -d:gif it will be included, but yes, will need to fix this from crashing, thanks for the report

You can use the debug build to get more useful error messages about where the error occured. It looks like the png does not follow the correct font format, make...

I draw mine pixel by pixel or edit an existing bitmap font, but maybe there's some software that will do it automatically, I'm not aware of one.

This font is not valid because it doesn't have transparent areas surrounded by a white border. It just has black characters surrounded by white, so there's no way for nico...

Are you seeing this behaviour on Linux? We've seen similar before on Linux where vsync doesn't appear to be supported correctly.

Perhaps we can do something to determine if vsync is working correctly or not, if the time between loops is super short (and not close to vsync frequency), we could...

If you're getting high CPU usage with vsync mode it's likely vsync is not working correctly. We've encountered a bunch of cases where some setups do not actually do vsync...