Marc Sherry

Results 6 issues of Marc Sherry

(Also posted to https://community.influxdata.com/t/kapacitor-fill-seems-to-have-no-effect-on-batch-queries/2825) I’m trying to compute summary data over series data that may have gaps. I would like to fill with the previous value in case of gaps....

status/long-term

Given the following directory structure, ``` . ├── pkg1 │   └── controller.py └── pkg2 └── controller.py ``` flycheck-pycheckers will merge mypy output for the two files named `controller.py`. Newer versions...

See #11 for the motivating report, but we should be able to handle output from Windows-run linters as well as OSX/Linux.

Right now we use the pylint rcfile as the config file for all of flycheck-pycheckers (according to the elisp), which is kind of silly.

We should handle enabled codes similarly to https://github.com/msherry/flycheck-pycheckers/pull/13. Some checkers have additive behavior when enabling new error codes via the command line, and some fully replace the list of codes...

As we add more functionality/options, we need a way to make sure we don't regress. Add some unit tests to verify, among others: - option parsing - checker execution -...