Christoph Deil

Results 98 comments of Christoph Deil

I'm not sure how easy it would be for me to reproduce the issue and then build and try the master. If you or others in the dev team can't...

I updated the Python version as well as the driver in DBeaver to duckdb 0.6.0. I can confirm that after closing the DB connection in DBeaver, I can now open...

I was using normal read/write mode in DBeaver and read-only mode in Python.

OK then I think this issue should be closed. @travis-leith as original reporter - do you agree? --- Is it a known or valid feature request for DuckDB to allow...

@spearsem or @sdiehl - Please close this old issue. (no longer relevant, `llmvpy` is no longer used)

Would be great if pony could support `Path` objects! (I'm just a user trying the pony for the first time, maintainers should comment)

OK, I think I can fix most of the issues I listed. @ndawe Can you do 3. though (add one-line docstring to each module / class / function)? If I...

Indeed at the moment the classes / functions in the API docs are manually listed [here](https://raw.github.com/rootpy/rootpy/master/docs/modules/classes.rst). astropy wrote a [automodapi](http://docs.astropy.org/en/latest/development/sphinxext.html#module-astropy.sphinx.ext.automodapi) sphinx extension ... should we copy it over and go...

We would also like to have a more precise sum, for a likelihood that's the sum of ~ a billion numbers. @nschloe - Very nice comparison in `accupy`, thanks! So...

I was also going through the example at https://dash.plotly.com/interactive-graphing and found it was broken - selecting something gives this error: ``` Traceback (most recent call last): File "/Users/cdeil/temp/app/p4_graphics/app3.py", line 74,...