Anton-4
Anton-4
For [elm-visualization](https://github.com/gampleman/elm-visualization) we would like to disable some rules for certain files, not skip the entire file from analysis. I propose this to be configured as follows: ```` { ......
We @ml2grow have created a graph visualization and inspection webapp for flowpipe graphs:  Node names were hidden for legal reasons. Node ouputs can be inspected:  Some useful info...
In my project I often have the names of inputs and outputs mentioned three times: - once in the constructor of a node class as `InputPlug("inputName", self)` - once in...
- I added: + type hints + nox to travis to automatically check the type hints + support for python3.7 and removed support for python2.6 - Forget the commits about...
I personally love [type hints](https://mypy.readthedocs.io/en/latest/cheat_sheet_py3.html). They allow for better autocompletion and earlier error detection using [mypy](http://mypy-lang.org/) or PyCharm's integrated checker. Proper type hints require python 3.6 but they can be...
Closes #47
Because elm/parser is recommended over using regex, there should be some examples showing how to make a parser for both simple and complex regex. If you guys agree, I'll make...
I encountered the following failure on main inside nix: ``` running 13 tests test glue_cli_run::all_fixtures_have_tests ... ok test glue_cli_run::basic_recursive_union ... ok test glue_cli_run::nested_record ... ok test glue_cli_run::basic_record ... ok test...
see discussion [here](https://github.com/roc-lang/roc/pull/3735#issuecomment-1214190234)