Travis Jensen
Travis Jensen
Color me confused. It isn't actually a function of multiple tests. It is a function of reverse() not finding a URL, and, while the exception that gets thrown is very...
I have a project where I need to visualize how many people say "yes" and how many say "no". The two colors would do a good job of illustrating this...
That error indicates the class files have been compiled with a newer version of Java than the version you are running it with. You probably need to upgrade your java...
The other option is to leave all URLs relative instead of having them assume '/' or some base url.
Many people who hit this problem aren't going to have access to the Apache configurations to do URL re-writing, since it will depend on the admin giving them access to...
So I just got a chance to review it. The only things I would change: - Make sure there is not a trailing slash on `root`. Or make sure there...
If you are on a *nix flavor, after you create a build with `root=foo`, you could create a symlink in the _build directory: ``` cd _build && ln -s ....
We have a code review tool that we use internally. The tool itself isn't going to be of much interest, since it's pretty particular to us. What I think might...
For fun, I added the following, which allows the code to continue working. Switching to the cl version is probably the right thing, based on the direction the Emacs core...