Benjamin Zaporzan
Benjamin Zaporzan
## The code ``` (let [class-local-var "class-foo class-bar"] (hiccup.page/html5 [:body [:div.test {:class class-local-var}]])) ``` ## Expected output ``` ``` ## Actual output ``` ``` Note that the symbol **class-local-var** was...
A lot has changed in newlance, and this needs to be reflected in the readme file.
  How it Works Page does not include an equivalent Ethlance Design. @Alexand0x has experience with this
Original Design includes an About Page, but nothing has been written up. @Alexand0x might have an idea on what to include here 
Travis has been causing issues with testing, since it appears to lack certain criteria to reproduce builds from their end. CircleCI uses self-contained docker images in a fashion that makes...
Tests seem to fail intermittently for particular reason. This is likely due to two tests stepping on each other during the async tests on the same testnet. This might be...
The development environment within ethlance (newlance branch) and a few of the recently updated district components make use of a Makefile to combine common commandline operations for development. The documentation...