Ike Mawira
Ike Mawira
Fair to note that this is fixed when i use [this](https://clojars.org/org.clojars.benfb/lein-gorilla) version of Gorilla-Repl from clojars, ```[org.clojars.benfb/lein-gorilla "0.6.0"]```. This issue is also mentioned in #288 and fixed in [benfb/lein-gorilla](https://github.com/benfb/gorilla-repl/issues/10). Changing...
Hello @benfb . Thanks for maintaining the awesome library, I totally enjoy using it. I got some time in my hands and would like to contribute to the library and...
Any update on this? I can start working on something on my fork to do this.
Did you mean editing the main html page that loads when running gorilla-repl? I have found some tricks. 1. Edit a worksheet. Worksheets are the objects displayed at the main...
After further investigation, I would like to note that I have realized the error only exists if use the packer, ```(packers.transit/get-transit-packer)``` and not ```:edn```.
Hey @metasoarous i made a fix for this issue [here](https://github.com/metasoarous/oz/pull/120) and totally forgot to mention it here. Its adds pretty printing in gist publish
@metasoarous are you still considering about switching to Hanasu? I can start working on it on my Fork and then make a PR here.
Current status: - [x] Click on an event to jump directly there (similar to moving pack or forward using the arrows in the header) - [x] View the data available...
As of `re-com` version `2.13.2` the components, `alert` and `popover` are both using `re-com.close-button`. `h-box` does not have the close button on the other hand.
This issue must have been fixed along the way, probably by [this commit](https://github.com/day8/re-com/commit/55522ca446c302410932ff1d54e8213da0aa8f9a#diff-92f55d5ec83616cdeee5f279b275605490c7051a4f4062da8ec486700e9bfd68R339). Check the sample [sales v-table](https://github.com/day8/re-com/blob/master/src/re_demo/simple_v_table_sales.cljs#L339) to see an example on how to use the `:striped?` keyword argument.