Nathan Vander Wilt

Results 99 issues of Nathan Vander Wilt

Right now we get fancy with pretty-casing the headers. It's really nice to see happy "Date", "Content-Type", "Cache-Control", etc. but we'd almost have to special case ones like "Www-Authenticate". Moreso,...

There's been an update to the Proxy spec: http://wiki.ecmascript.org/doku.php?id=harmony:direct_proxies

The default baseURL is `{base:"", path:[""], query:{}}` which means `fermata.raw({})('page.html')()` results in "/page.html" instead of "page.html". Is this the best default? (Makes sense if URL is absolute, not if base...

Getting this during the `make install` portion of the gnuradio build: ``` bradner:~ natevw$ brew install gnuradio --build-from-source ==> Installing gnuradio from metacollin/homebrew-gnuradio ==> Using Homebrew-provided fortran compiler. This may...

To install the Python dependencies on a somewhat clean Yosemite machine I had to do the following: ``` sudo easy_install pip sudo STATIC_DEPS=true pip install Cheetah lxml matplotlib numpy scipy...

I'm trying to send over an image to the watch as fast as possible. When I first start the repl, I am able to send one in about 2.5 seconds...

Any luck/tips/links with the actual app format required?

Recursively checking dependencies is the most correct, but it can also be very slow. This patch makes the choice configurable. By setting `BROWSERIFY_SHALLOW_RECOMPILES` true, only the entry point will be...

Hello again! I wanted to touch base regarding a feature idea I had for my similar project: https://github.com/natevw/putdoc/issues/9 To summarize my notes there, I'm wondering if you would also like...

- [ ] Check if updating to the latest Preact version resolves the issue (Full disclosure: this project is still on `^10.4.5` for now **but** the problem persists when testing...