JJ Weber

Results 8 comments of JJ Weber

I have seen this as well using RQ `0.8.0` and python redis `2.10.5`. I am not using redis-py-cluster. The issue I saw is the same as others reported. I can...

I ran into this problem when using webpack, code splitting, and webpack dev server (similar to a CDN setup). In my setup the initial bundle is loaded with a script...

@bvaughn Sure, here is a simple demo project: https://github.com/jjjjw/crossorigin-webpack-demo Worth noting that the case is when webpack dev server is used on a different port/domain than the web server. Additionally,...

+1 With this setup: ``` clojure (ns example.server (:gen-class) (:import [org.eclipse.jetty.server Server]) (:require [clojure.tools.logging :as l] [io.aviso.rook :as rook] [ring.adapter.jetty :as jetty] )) ``` I get the following error: ```...

Ah Here are the dependencies: ``` clojure :dependencies [ [io.aviso/rook "0.1.36"] [org.clojure/clojure "1.6.0"] [ring "1.4.0"] ] ```

Adding `[com.cognitect/transit-clj "0.8.281"]` does work.

This was for packaging for AWS lambda. It was easier in that case to bundle all the dependencies. I also wanted to use the build process to tree shake the...

Ok seems like this won't be merged