Ryan Marcus
Ryan Marcus
Hello, I've never used TypeScript, so I don't really know how to do this. I imagine the type signatures are pretty simple -- one method that takes a string and...
I have a large AGPL logo at the top of the README -- but I suppose that won't render if you are viewing the document in a text editor. I'll...
This is really tricky, because `[9,7]` should map to `[9, 7`] and not `[9.7]`. I'll have to think about this one a little more...
Huh, that's a weird one! I think the "right" behavior in the first case would either be to treat the number as octal (like in JS) or to do what...
This seems to work fine in the current version of the parser... what output did you get / expect?
Huh, that's strange -- it looks like a race. When the process is started, it seems like the reading process is delegated to a thread (i.e. `QueueReaderThread`). When close is...
I don't! To be perfectly honest, I Google searched and linked to the first proof that reminded me of the one I learned while I was at the University of...
Neat! I was getting there, but I didn't quite have time to go through all the Skolemization stuff... I'm going to read through your stuff soon.
> However, Does this project even work? Yes! It does. At least for me. :) I do not know what is causing the error you are experiencing, which appears to...
Hm, that's a strange one. I have no idea what I was thinking when I wrote that code! Any two-layer RMI with only a single leaf node is the same...