Isaac Johnston

Results 9 issues of Isaac Johnston

# Issue How to build CLJS cache files ? For example if one wants to upgrade the version of re-frame used. # Files of Interest So far have found: This...

# Overview Resolve all re-com styling issues. ## Problems The styling of re-com is currently a complex layer of: - [Bootstrap v3.3.5 (i.e. `bootstrap.css`)](https://github.com/day8/re-com/blob/07451b1d19c59eb185548efe93e2d00b5d3eab89/run/resources/public/assets/css/bootstrap.css) - [`re-com.css`](https://github.com/day8/re-com/blob/07451b1d19c59eb185548efe93e2d00b5d3eab89/run/resources/public/assets/css/re-com.css) - [Inline Styles](https://github.com/day8/re-com/blob/07451b1d19c59eb185548efe93e2d00b5d3eab89/src/re_com/datepicker.cljs#L185) -...

enhancement
styling

See #290 discussion. If `r/atom` is what is required and `cljs.core/atom` cannot work as expected then `cljs.core/atom` should fail validation, and it currently passes validation.

bug

## 1. Status Quo Uses [Material Design Iconic Font](http://zavoloklom.github.io/material-design-iconic-font/icons.html). Implemented as font and CSS files distributed manually that must be made available via HTTP. A `[:span]` contains a special character...

The epoch parsing code is in need of significant refactoring and bug fixes. It has led to the following issues: - delays in rendering content: #264 - lagging event history:...

bug
size:large

### What do you suggest? re-frame currently hard-codes CTRL-H as a keybinding to show/hide the 10x panel. This should be able to be turned off, and when turned on the...

enhancement

Same as #4 except for `:format` instead of `:response-format`. If not provided when doing a POST (for example) get a 'unrecognized request format nil' exception.

[`re-frame-http-fx-2-example`](https://github.com/Day8/re-frame-http-fx-2-example) is a bit too complex. Build a simpler example app; e.g. 'click this button to do a successful request' and 'click this button to see a timeout' etc.

Binding forms such as `let` are incompatible with `defclass` as such forms only return the value of the last form. E.g. ```clojure (defclass example [] (let [a true] {:background (if...

enhancement