David Taylor

Results 9 issues of David Taylor

Which is weird because I distinctly remember it being used elsewhere -- possibly I used "decimal" and "decimals" interchangeably?

The last few commits have shown an error in codecov, not sure why

Right now static images are pointing to www.dtdata.io/shared They could be in a /resources folder, no?

In the example error messages on readthedocs, there's the following key:value: screen_width: 'This should be an integer' And it's nowhere in the error message output

1. There should be a link to index.rst in the menu 2. On index.html, the "Note" section is cut off at " or you can..." 3. in API section, autodoc...

**Describe the bug** I deleted pyenv-virtualenv, while keeping pyenv, in order to use poetry instead. One of the virtualenvs I had was a miniconda3 install. I had previously installed pipx,...

As soon as I wrap a working example within a class, nothing displays: ``` import charts class Wrapper(): def __init__(self): data = [1,2,5,9,6,3,4,8] options = dict(height=400, title=dict(text='My first chart!')) charts.plot(data,...