Mikko Ohtamaa
Mikko Ohtamaa
* Populus Version: 2.0 http://populus.readthedocs.io/en/latest/deploy.html ### What was wrong? The simple deployment example doesn't cover the usage of the deployment arguments. Suggestion: Show a simple deployment Python script. This gives...
* Populus Version: 1.5.1 * OS: osx ### What was wrong? Cannot compile. ``` populus compile ============ Compiling ============== > Loading source files from: ./contracts Traceback (most recent call last):...
* Populus Version: 1.4.0 ### What was wrong? It would be useful to allow passing arbitrary parameters to geth: populus chain run local_test -- --rpccorsdomain="*" #### Cute Animal Picture ```...
* Populus Version: 1.4.0 ### What was wrong? It is not possible to know what kind of command populus chain run runs internally. This would be useful for diagnostics purposes....
Currently the test environment documentation does very good job to get started https://docs.openzeppelin.com/test-environment/0.1/getting-started However after that the developer path is lost and there is no information what methods to call,...
A tutorial for creating a class of restricted shares * Documentation page for Restricted Shares that explains everything from to the end of beginning * Unit testing ensuring the process...
This is not strictly `espower-typescript` specific issue, but maybe you can help. I am using [truffle-typing](https://www.npmjs.com/package/truffle-typings) package to bring some TypeScript definitions into my tests. However, these definitions already declare...
Hi all, I have created a `tqdm-loggable` module that adds logging integration to tqdm. Here is a summary, but please see [full README](https://github.com/tradingstrategy-ai/tqdm-loggable). `tqdm-loggable` is petite Python package providing logging...
Based on scratching my own need, a built a UNIX top-like monitoring tool for gunicorn: [web-top](https://github.com/tradingstrategy-ai/web-top). It uses Gunicorn pre/post requests hooks and provides Text User Interface (TUI) live monitoring...
This will increase the discoverability of the code and makes starting write handlers easier.