Blake Miller
Blake Miller
and now I can use `lispyville` again, provided that I put the `(use-package lispyville)` *after* my own custom-recipe `(use-package)` for `lispy` itself. I apologize if I missed that in the...
As things stand today, is there any good way to inspect the tree of transitive dependencies? I have no idea which of my packages is pulling in `cider` via the...
Thanks for the report! I like your idea. I don't know offhand how to do that (temp file in system temp directory). I'd be glad to accept a PR, or...
@technomancy I'll adopt it. I'm using it for a polyglot project with Scala `2.11.8`.
Did u try it? I see no reason why it should not, probably some fidgetry required On Aug 13, 2011 5:00 PM, "rhencke" < [email protected]> wrote: > It would be...
I played with this some today. My fork at https://github.com/jbtv/sparkling is working (locally) with Spark Streaming 1.3.1. I added support for direct Kafka streams, and implemented `filter` for `DStream`s. When...
I've also seen this happen, and was confused that I couldn't see it with `lsof`. `ifdown`/`ifup` also did not fix it for me. However it did seem to go away...
FWIW, from my (vague) memory... I cannot disprove the hypothesis that the "problem" went away on its own after 72 seconds. That was on an ec2 instance running (I think)...
Any python file in a 'plugins' directory should be sourced on game init, these plugins should define python classes which should implement at least 'init' and 'destroy' for starters