Evan Balster

Results 69 comments of Evan Balster

In my original fix I did just that. But there was a problem. See this excerpt from Glulx Entry Points: ``` To decide what number is the value returned by...

(Apologies in advance for my odd terminology; procedural programmer here only recently reorienting with Inform.) GEP's glk event handling function was originally was the caller of the glulx input handling...

Anyway... That's a lot of chat but I kept the changes themselves as succinct as possible. The detail I'm most uncertain about was whether it's appropriate to restore the GlkHandleEvent...

Hello — I'm an audio/DSP programmer... Depending on the application, different error metrics might be more important or have different significance. The optimal constants change based on what type of...

[Tagging @pmineiro in case he has any thoughts about this PR.]

If I understand correctly, NNG's REP is analog to ROUTER when in raw mode or using a context object for asynchronous operations. REQ is similarly analog to DEALER when in...

+1 to this. Had to search for this GitHub repo to get the library working on Windows. Lovely library!

This issue seems to have vanished with version 0.11.

Due to loading order issues, the modloader currently overshadows one specific javascript file from the TiddlyWiki core (which normally manages which other scripts are loaded at boot time). Most likely,...

The javascript in question is `$:/core/startup.js`. The modloader currently overwrites it with this modified `startup.js` which delays loading some things long enough for the modloader to be able to do...