Viktor Miroshnikov
Viktor Miroshnikov
Hi! I want to make a form for an ADT. But can't figure how do I do that. Given we have a type: ``` haskell data Policy = Simple Int...
Hey! I've tried to build the demo and it failed with following error. I had fixed it replacing all hyphens with underscores. ``` $ docker --version Docker version 1.0.0, build...
Hi! I've crafted a helper object for running specs that require django environment. Might be helpful for perfectionists with deadlines.
There's a problem with case class harvester: https://github.com/alfredodeza/konira/blob/master/konira/runner.py#L234-L236 When you have a global var that has no `__name__` attribute in your spec: ``` python from functools import partial foo =...
Hi! I've noticed quite a long list of CVEs associated with one of dependencies that `0.10.3` relies on. Do you think it's safe to simply bump version to a non-vulnerable...