Evan Mezeske

Results 34 issues of Evan Mezeske

Using the appstats tool for my GAE project, I found that counting the entities in a query before executing it took about 160% as long as just executing the query...

When trying to access the ThreadManager in development (using `appengine-magic.core/serve`), the import works but this exception is thrown: clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: Unable to find static field: createThreadForCurrentRequest in class com.google.appengine.api.ThreadManager, compiling:...

I'd like to request that you create a git tag when you release new jars to clojars (or something equivalent). I'm trying to track down a bug, and it's unclear...

http://www.clojuresphere.com/lein-cljsbuild/lein-cljsbuild I wonder if this is due to the fact that the lein-cljsbuild repository doesn't have a project.clj file in the top-level directory? The repo contains two jars, in plugin/...

### Detailed steps on how to reproduce the bug With the code below, when I rapidly scroll the mouse wheel and move the mouse into and out of the component's...

### Detailed steps on how to reproduce the bug 1. Add a dsp::Limiter to a project that makes sound, and set its threshold to something like 100 dBFS, and set...

### Detailed steps on how to reproduce the bug 1. Set up an alert window with AlertWindow::showAsync(), with some way to launch this alert window in the GUI (like a...

### Describe the issue kLogMessageBufferSize is set to an arbitrary value that may not work for all use cases ### Steps to reproduce the problem Log something longer than kLogMessageBufferSize...

If the MessageManager is deleted (via e.g. deleteInstance()) and then re-created in the same process, the next time that a top-level window is created, the process will crash because the...

This should not be very difficult. The only thing that I _know_ has to be changed is that a new HighResolutionTimer class will need to be added to src/timer.h, with...

important
easy