Darrin
Darrin
I'm a total newbie to kineticjs but I came across the quarter circle caching issue raised above... in the interest of time I'm turning off caching for this shape since...
Stumbled across dupertest yesterday. Thanks for creating this project - spinning up a server was painful. Today trying to use it for real and need status and json immediately. I'll...
@TGOlson Thanks for the rapid response! I could make that work but I'd need to do that for just about every request so that my controllers don't crash. BUT I'd...
@TGOlson - thanks for the suggestion. For now I'm using the aforementioned fork but I was thinking that I might use a wrapper (pretty much as you've shown above) if...
@TGOlson - I wanted to report back on some findings... I was able to get my tests passing using the wrapper technique we discussed. What I believe this accomplishes is...
All - I ended up working around the issue by creating a wrapper as noted above which I use to wrap methods to every request created by dupertest using: `var...
I was also having this problem when building a lib. I've confirmed that @lq111lq's plugin does work to inject this the public path as expected. Thanks @lq111lq!
**This works at least as of release 2.1.1. I recommend closing this (old) thread. Details follow.** @dman777, @gad2103 - I had the same concern. Found THIS thread - thanks for...