hoplon

The :hoplon: ClojureScript Web Framework - http://hoplon.io/
2017-11-29T17:23:21.000314Z

the upgrade process has been going well so far, thank you guys, i ended up upgrading to 7.0.3, there is an issue I'm having, I have a select element with an option like this: (option :value "" "All tags"), after the upgrade it is returning "All tags" instead of "", if the value is not the empty string, then it will return correctly, I can change my code to deal with another value, but was wondering if there is a way to fix this

2017-11-29T17:38:31.000265Z

rfhayashi that sounds like it might be a bug, i'll look into it later today and get back to you unless somebody else does first

1👍
raywillig 2017-11-29T20:24:40.000392Z

does anyone have experience using jquery-ui sortable or, for that matter, any sortable library in hoplon? having a weird effect where i can drag/drop in one direction but not the other.

2017-11-29T20:44:54.000148Z

was ;;{{ ;;}} a directive hoplon had to transform clojure datastructures into strings? this is not working in 7.0.3

2017-11-29T21:24:33.000421Z

rfhayashi it was, now to do it you need an additional task: https://github.com/tailrecursion/boot-heredoc

2017-11-29T21:54:22.000741Z

rfhayashi here is an example of using it: https://github.com/alandipert/lbbasic/blob/8bd33039b205ae3e74281ef9a4c661c268ca4192/build.boot#L32

2017-11-29T22:06:43.000639Z

thank you @alandipert

2017-11-29T22:30:53.000511Z

no problem