Daniel Que
Daniel Que
Great plugin. It would be even better with hexASCII/Integer coding.
This line is causing my app to crash: ``` var session: VCSimpleSession = VCSimpleSession(videoSize: CGSize(width: 1280, height: 720), frameRate: 30, bitrate: 1000000, useInterfaceOrientation: false) ``` Unfortunately nothing is printed in...
It looks like ICON has moved their GitHub to [icon-project](https://github.com/icon-project), and in the process purged all of the issues, including the one that reported the freeze bug.
It would be helpful if this were made into a library using Solidity's `library`.
Right now if I press up, it prints `^[[A`. Ideally it would scroll through history as shells do. This may be environment specific. I tested macOS 10.13.3 with bash and...
Since Solidity doesn't support generics, libraries for different types must be re-written, despite having identical implementation. Write a tool that takes a generic library implementation as input, and generates libraries...
`create` doesn't verify that the correct amount of tokens were transferred. This can potentially lead to the creation of a malicious Bskt with a malicious underlying token. Checking the delta...
example.html is working in Firefox, but not Chrome. I'm using Ubuntu 14.04. Any idea why?