Ducky
Ducky
Hi, I am trying to use SubscribeClientImpl with a fanout exchange without much success. Here is some of my code: ``` var connection:Connection = new Connection(buildConnectionParams()); var serializer:JSONSerializer = new...
I am using Adobe Flex SDK 3.4.0 on Windows and I wanted to use this library to publish a message to a queue. So I was using PublishClientImpl class. My...
Hi, I've made the following minor code changes: - Type hint boolean for javascript function returning boolean values for better cljs code output. - Use idiomatic way to call js...
There are [rumblings](https://github.com/yannickcr/eslint-plugin-react/issues/678) in the React world of deprecating `findDOMNode()` which is equivalent to Reagent's `reagent.core/dom-node`. @gaearon also tweeted about it [here](https://twitter.com/dan_abramov/status/752950507690455040). We may want to start planning for this...
Currently, a single-dropdown requires the choices to be a `vector-of-maps`. But if a user specifies the `id-fn` and `label-fn`, then strictly speaking, each entry in that vector doesn't need to...
The code doesn't need to check the type of arguments anymore as the type information has already been provided. If a wrong type is passed, you get a ClassCastException. I've...
Hi, Thanks for this library. It looks really interesting and powerful. I am looking at the `spreadsheet` example and trying to understand the vertex collection functions. By the looks of...
On [L28](https://github.com/atom/grunt-download-electron/blob/master/tasks/download-atom-shell-task.coffee#L28), it is always assumed that a Windows machine is a 32 bit machine. Looking the electron shell [releases](https://github.com/atom/electron/releases), it seems that Windows releases are of the type `win32-ia32`...
I noticed that `reduced` and `reduced?`, which were added in clojure 1.5, are missing from the cheatsheet.