Alex Kotenko

Results 10 issues of Alex Kotenko

Right now the dirname of the migrations path is hardcoded to `versions`. Would be great to have it configurable via the `EnvironmentContext` instead. It would allow to keep migration histories...

migration environment
use case

**Actual behaviour** When I have `EXPECT` set for two calls to the same method with different parameters - the order of `EXPECT` definitions enforces the order of the actual calls....

type: bug
status: investigating

I'm building a financial application that deals with multiple currencies and multiple Contexts with settings appropriate to each currency. The DB storage supports the widest possible range of values to...

* Populus Version: 1.11.0 * OS: linux/ubuntu * Python 3.5.2 (default, Sep 14 2017, 22:51:06) ### What was wrong? consider folder structure: ``` contracts/ tests/ project.json README.md ``` `tests` folder...

Currently export file names are like `3,4,3,.json`. Would be handier to have it in format `3,4,3.json` or ideally `3-4-3.json`.

bug
viewer
backend
exporter

When exporting model metadata form grasshopper - the metadata is saved alongside the mesh data into the same JSON documents. This makes it hard to reuse metadata outside of SPK...

enhancement
exporter

File `modelname/params.json` holds export of sliders params values for the model. There are human readable parameter names and machine readable list of values. But there is no machine readable slider...

enhancement
exporter

Would be great to be able to control the step of the ground plane grid. I.e. right now the plane grid cell size is picked randomly, and would be great...

enhancement
viewer

Renderer, sliders and other parts of the viewer system are all missing unload routines. Correct unloading is critical when using viewer inside react app, as you need to be able...

enhancement
viewer

- add go.mod as now-standard way of package management for Go - run `go fmt ./...` and fix formatting to standard - fix broken link to `LICENSE.md` file (license itself...