Kees Hink

Results 18 comments of Kees Hink

Maybe this is a separate story, but: When i put my pytest config in `tox.ini`, the flake8 settings are parsed. That's good. However my editor's linter (SublimeText 3 Flaske8Lint plugin,...

Can't find any PR by that guy about this (https://github.com/dddomodossola/remi/pulls?utf8=%E2%9C%93&q=is%3Apr+author%3Abernhardreiter) Any news on this? How would one test an application built on Remi?

Update: This looks like a dupe of #447, so i'm closing it. But #447 still deserves a follow-up i think.

@reinout First off, nice to talk to you again :) If i understand you correctly, you say a new zc.buildout release which addresses this issue wouldn't find its way to...

Not sure if i should post here, but here goes: I'm looking at what is needed to create an interface/engine for a 5x5 board. Am i correct in assuming this...

Hi @nedbat, > I wonder if there's a way to have our cake and eat it too? If that involves a change in [pytest-coverage](https://github.com/pytest-dev/pytest-cov), let me know. [the commit message](https://github.com/nedbat/coveragepy/commit/4b592fe30a7ebf871ba9a3d883ec955dae198c15#diff-68a483552b5cf650f43e371e28ef86ba13f3958e93bc1587c3cb7afad0397f24R517)...

As a workaround, we filter out the annoucement with `sed` in CI: ``` python -m safety check --bare | sed 's/special-advisory:-curl-high-severity-vulnerability:-https:\/\/bit.ly\/3feapsm//g' ```

```python def to_excel(dt_obj): """Convert a datetime object to a float for Excel's date formatting. Excel stores dates and times internally as floating point numbers where the integer part is the...

I guess https://www.chordpro.org/ was not yet around when this project started. There's also a reference implementation: https://github.com/ChordPro/chordpro

Hi Dan, Sorry it took some time to get back on this. It looks like you're right, that test does not test what it should, and it really doesn't prove...