monsterkodi

Results 3 issues of monsterkodi

hello, this little change allows me to use ``` coffeescript passwordBox = blessed.textbox censor: '●' ``` to get a slightly nicer password entry. It would be nice if something similar...

building the javascript dependencies doesn't work out of the box on mac. it seems to me that the typescript rollup plugin doesn't like something in the init.ts file. when i...

hello, first: thanks for the nice book about nim. there is a small typo in chapter VII in the "ARC/ORC memory management" section: it says `GC_getStatitics()` there instead of `GC_getStatistics()`