Kenton Wang

Results 7 comments of Kenton Wang

可以考虑提交 PR 到 README 中。 @Roy-Kid

@hcb8174875 可以在和 @Roy-Kid 沟通下文档的结构,然后提交到正式的代码中。如果是 markdown 或者 org-mode 文件,github 会自动渲染的,这样子其他用户不需要进入 `issues` 列表来翻找了。

@datafoo try `$ rm ~/.mix/*.plt`

## A Simple Example ### csv data file: ```csv Q,customized 1,1.2345678 ``` ### meta json: ```json { "type": "SPSS", "variables": [ { "decimals": 5, "label": "customized", "name": "customized", "type": "NUMERIC"...

Our project uses both `ecto_enum` and [exnumerator](https://github.com/KamilLelonek/exnumerator) to get different types of value depending on what you defined. you can have a try.