Howard Mao

Results 16 comments of Howard Mao

Actually, it doesn't seem to be related to the tests at all. Just running `harlanc` with no arguments causes a tremendous amount of memory usage, even though that doesn't even...

So, I've traced the memory issue down through the import statements, and I'm pretty sure it's coming from harlan/middle/language.scm. So something about all those `define-language` statements is causing petite to...

I'm using the 64-bit version, so it's not address space. It's running out of memory because the physical memory is being used up and I don't have a swap partition....

I can run the compiler successfully as long as I don't have other memory-intensive applications running. It does take a very long time though. On Wed, Sep 4, 2013 at...

I'm not really updating this library anymore. I don't have plans to implement any new data structures, but I'm open to pull requests if you want to take a shot...

I think it's mainly due to incompatibilities with my version of docker. For one thing, the Python API is complaining that "network_disabled=True" is not a valid argument to `create_container`. I've...

I figured out the problem. I didn't have SERVER_NAME set, so the url wasn't being formed correctly. I've fixed it so that the correct URL is being passed in, but...

I am using "localhost:5000" as my `SERVER_NAME`.

So I've realized that I don't really have the bandwidth to work on this right now. However, I've made a few commits on the [runner branch](https://github.com/zhemao/io.livecode.ch/tree/runner) of my fork to...

Take a look at my repo [funktown](https://github.com/zhemao/funktown). It's a pure-python implementation of Clojure-style immutable vectors and maps.