James Kyle

Results 10 comments of James Kyle

Figured out the cause. In the 0.9.x versions of spr, if the GITHUB_TOKEN is not set it throws this nil pointer instead of providing a warning to stdout like before....

I have confirmed that none of these issues are present in 0.8.5.

Chiming in on this. Doesn't seem to be an obvious way to manage recomputing of data. E.g. I might process and store metrics for a year's data...then there's some problem...

I still think this is valuable, but in my own code I ended up using Lift's native scala json library. I'd actually recommend migrating this code over to that library...

> Any plans to merge this? @jameskyle @twollnik I actually took a different approach. writing a serde that did not require juggling java to scala types. If this is still...

ipython: 4.1.2 jupyter-core: 4.1.0 Here's a full pip freeze from my fresh virtualenv alabaster==0.7.7 appnope==0.1.0 Babel==2.2.0 backports-abc==0.4 backports.ssl-match-hostname==3.5.0.1 certifi==2016.2.28 cycler==0.10.0 decorator==4.0.9 docutils==0.12 functools32==3.2.3.post2 futures==3.0.5 gnureadline==6.3.3 ipykernel==4.3.1 ipyparallel==5.0.1 ipython==4.1.2 ipython-genutils==0.1.0 ipywidgets==4.1.1...

Great! I assumed it was a type erasure issue. I had some issues trying ClassYagExtension that were unrelated to the immediate problem (probably build environment related). I'll give the Type...

> Try this: > > ``` > val mapper = JsonMapper.builder().addModule(DefaultScalaModule).build() :: ClassTagExtensions > val data = List(B("a", "b"), B("c", "d")) > val s = mapper.writeValueAsString(data) > mapper.readValue[List[B]](s) shouldEqual data...

I tried to put the css style block at the top cell as a markdown and with the %%HTML. Neither worked, but using lowercase %%html did. Just an fyi for...