Josh Holbrook

Results 51 issues of Josh Holbrook

As far as I can tell, the current semantics for importing modules looks something like this: 1. Look for `./{{MODULE_NAME}}.yab` in the current working directory 2. Look for `{{MODULE_NAME}}.yab` next...

After getting past #55 by commenting out the 'matrix' require, I tried a `rake` and got another series of errors, this time from `ld`: ``` make bison Updated ChangeLog cp...

http://pypi.python.org/pypi?:action=search&term=thingdoc&submit=search :(

This is what I have so far: https://gist.github.com/7bff177e7abd43bb0643

I get this error when trying to run the example. This is after running `./build.sh && make`. ``` josh@onix:~/dev/pyscad$ python example001.py Traceback (most recent call last): File "example001.py", line 1,...

I couldn't write c to save my life unfortunately, but this would be awesome.

One of the big failure modes for wzrdin deploys in the past have been around accidentally breaking cors headers.

Master has docker support, but docker containers aren't designed for sandboxing. The core abstraction can probably be used alongside https://github.com/projectatomic/bubblewrap or similar--I think the idea is you convince docker to...

Right now, wzrd.in proper is running what's on the "production" branch, which has diverged significantly from master. We need to do this upgrade. Proposed steps: - [ ] QA -...

There are a number of concerns with the caching layer. For one, the cache export shouldn't include all the caches. The multibundle cache isn't really related to the other caches,...