Anton-4

Results 280 issues of 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: ![image](https://user-images.githubusercontent.com/17049058/50221204-b77d5c00-0394-11e9-836e-f584fbd99c23.png) Node names were hidden for legal reasons. Node ouputs can be inspected: ![image](https://user-images.githubusercontent.com/17049058/50221253-d54ac100-0394-11e9-92a7-bc69909f6f94.png) Some useful info...

enhancement

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...

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...

All links should return the HTTP 200 success code.

ci
repo docs

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)