Damien RAGOUCY
Damien RAGOUCY
Hello, I tried to translate this piece of CSS to Garden but couldn't figure out how to do : ```css @supports ((position: -webkit-sticky) or (position: sticky)) { .sidebar-sticky { position:...
Hello, I'm building a React Native application with ClojureScript (re-natal) and use Sente for websockets. I managed to have it working on production for Android but not for iOS. The...
Hello, I would like to have the possibility to add a fake placeholder to select lists. I found this : http://stackoverflow.com/questions/5805059/how-do-i-make-a-placeholder-for-a-select-box So with reagent 0.5.1 and reagent-forms 0.5.22, this was...