udalrich

Results 20 issues of udalrich

I looked at the hint. I looked in the book. I'm pretty sure the answer is something involving `#[macro_use]`, but the only way I could get it to compile was...

The code checks if `body` is a string by doing `if body.lower:`. That passes if it is a string, but throws an exception if body is a `io.BufferedReader`, such as...

Is there a way to emulate the server being down and then coming up in the middle of a test? The code that I am testing does something like ```...

I am using atmosphere-runtime 2.4.5, atmosphere-play 2.3.0 and atmosphere-guice 2.4.3. I have a play controller which is created by Guice with this signature: ``` @Singleton public class AsyncController extends Controller...

It seems that the plugin has some support for running interactive programs. I am trying to run activator from play framework when I enable a specific profile. This seems to...

… a java file on the sourcepath. I have been using this change locally for a while, and would like to push it to the main stream. However, it requires...

### My Emacs version: 25.3 ### My JDEE version (elpa package date): clojure-backend branch ### My JDK version: 1.8, 10 ### My Operating System (Linux/OSX/Windows X/Other): OS X ### Stacktrace...

I have a container which needs to know its external address and port, so that it can publish that to another container that calls back to the first container. (Yes,...

I am trying to use this with babel and ES6 notation. I have done `npm install --save leaflet.coordinates` and see the directory in my node_modules. When I try to do...

Using safari 10.0.3 on a Mac running OS X 10.10.5, the live demo fails to load map tiles. On the console, I get numerous messages like Failed to load resource:...