Conviley

Results 2 issues of Conviley

I'm using Truffle `V5.1.13` and in my contracts `pragma solidity ^0.5.1;` Having nukeSet be public causes truffle tests to fail with the following error message ``` "before all" hook: prepare...

## Feature Description I'm working on a component library that provides a base configuration including e.g. `theme` and `media`. Via `createTheme` i'm able to allow consumers of the library to...

feature