Michael

Results 73 comments of Michael

`make test` passes locally now.

> For variant D+E would it make sense that the line address would be `0x+`? could be confusing otherwise? A mix of hex and decimal offset "feels" confusing to me......

@bkleinen Thanks for the issue and PR! :) I'm not able to reproduce this. How can I create a todo in today with start_date == None? All my attempts always...

@bkleinen See #120 (/cc @AlexanderWillner)

👍 I vote for splitting this into two PRs. As for the behavior of "last", maybe @lmgibson can help us here as he was the architect here. In essence, the...

@chrisgurney I ran the tests. There seem to be some doctest failures still. You can run these with `make testdoc`.

@AlexanderWillner If you'd enjoy to do so, can you add a check for `pytest-cov` in the makefile; see https://github.com/thingsapi/things.py/pull/118#issuecomment-2189113454

@chrisgurney `make lint` and `make auto-style` may be helpful for the current failures.

> > @AlexanderWillner If you'd enjoy to do so, can you add a check for `pytest-cov` in the makefile; see [#118 (comment)](https://github.com/thingsapi/things.py/pull/118#issuecomment-2189113454) > > Here's what I was thinking: >...