I hereby claim:
- I am jamesnyika on github.
- I am jnyika (https://keybase.io/jnyika) on keybase.
- I have a public key ASAGwTIHyAhjWTqCaSSvbVkbv9utH7Y_pDUHaQbnjn77Mgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
A GSAP powered cross-browser 3D flip card sample.
Basically it uses two different elements that are animated at the same time to create the flip card, without using preserve-3d which is not supported by IE.
A Pen by Rodrigo Hernando on CodePen.
Expo and Native Base are fantastic environments for designing mobile applications. However, there are still many challenges that you will face in attempting to build an application with them. Just to make it a little harder, try doing it in Clojurescript where you have to translate what you would ordinarily do in Javascript..in Clojurescript instead.
In this short gist, I wanted to highlight some things you are going to see often. Very often and how to get around them.
You will notice a lot of namespaces names ui or uic or mod. I have separated in different files my library imports (mod namespace) from the actual component configuration (ui namespace) from the compositing of multiple components (uic namespace). So be mindful of that and do not just copy blindly. in most cases you if you want to use the code as is, all you need to do is strip out my namespaces before making calls.
I have only been testing with the IOS simulator. I have no
This gist walks you through the steps of setting up a storage for your datomic starter instance to use an HSQLDB instance (running as a standalone server - i do not address embedded, http, in memory or other forms of the server). I am sure the same can be applied to any other SQL based storage so it should be portable to Apache Derby. I am writing this for those who may find it useful in getting this done quickly without spending a week as I did trying to figure out what I was doing wrong.