Joe R. Smith

Results 5 issues of Joe R. Smith

For example, in ``` (.. (LocalDate/of year month 1) (atStartOfDay timezone) (toInstant)) ``` `atStartOfDay` and `toInstant` don't know what type they're supposed to be resolved on.

`arg->str` protocol method for `ArgumentFormatter` serializes a UUID as a string, not a string of a string. e.g., expect `#uuid"baf4cce4-da42-4dc2-aea6-ab1e8d63196c"` to serialize as `"\"baf4cce4-da42-4dc2-aea6-ab1e8d63196c\""`, instead get `"baf4cce4-da42-4dc2-aea6-ab1e8d63196c"`. `ArgumentFormatter` needs to...

The latest published bootstrap-cljs (0.28.1-0) with its dependency on react-bootstrap 0.28.1-1 does not seem to work. I'm seeing this in the js console: react-bootstrap.inc.js:8390 Uncaught TypeError: Cannot read property 'propTypes'...

After reading the source I realized that there would be no harm in allowing users to perform all the operations simultaneously– not only optimizing performance, but user productivity! I propose...