lvh

Results 57 issues of lvh

In Graphviz, you can have edges pointing to and from clusters. The [documentation](http://www.graphviz.org/content/FaqClusterEdge) appears to be down a lot, so here's the [cached version](https://webcache.googleusercontent.com/search?q=cache:NalRwLaq3AgJ:www.graphviz.org/content/FaqClusterEdge+&cd=2&hl=en&ct=clnk&gl=us). In short: - set `compound=true` on...

Originally from #131. #132 closed that and added test naming conventions, but there are other test conventions that we should talk about: - [ ] using `testing` to provide context...

[`cheshire.core`](https://github.com/dakrone/cheshire/blob/master/src/cheshire/core.clj) has CBORFactory type hints but that class is not imported. I haven't verified this, but I think that means they silently fail unless someone has reflection warnings on. This...

Would this be welcomed if I started contributing them?

Can't figure out why, though; looks fine on Github and in the source, but messed up on the [Docker hub](https://registry.hub.docker.com/u/hectcastro/riak/). ![screen shot 2014-09-23 at 15 48 52](https://cloud.githubusercontent.com/assets/97816/4372928/674d10d0-4328-11e4-8c9f-0c8fdee94239.png)

Defect

``` (require '[babashka.pods :as pods]) (pods/load-pod 'retrogradeorbit/bootleg "0.1.9") (require '[pod.retrogradeorbit.bootleg.enlive :as e]) (require '[pod.retrogradeorbit.net.cgrand.enlive-html :as eh]) (->> "hello" eh/html-snippet (eh/select [(eh/attr? "data-x")])) ``` Run with bb, get: ``` Cannot read...

Needs to use: - two-way communication - consumers and producers - nothing outside the stdlib This should then ideally work on the stdlib implementation of the Async API backend, of...

Does it really belong in this PEP?

This actually belongs in the async module because it should eventually go into the stdlib as the lowest common denominator implementation. It should be able to run the protocol described...

Firstly, write_sequence currently mostly takes a list of bytes buffers. Much like writeSequence, this doesn't usually lead to any real performance gain. In order for it to actually work, you'd...