Ken Williams

Results 44 comments of Ken Williams

I'd love for `:params:` support to be merged, anything we can do to help test @kernc ?

I would say that the data shown in the spreadsheet most closely matches R's `Date` class, which has 1-day granularity and also has no notion of timezone: https://stat.ethz.ch/R-manual/R-devel/library/base/html/Dates.html. Its guts...

I submitted a pull request related to some of these issues: https://github.com/rpy2/rpy2/pull/917

I should add - I'm not sure whether the warning is correct and the filehandle isn't being closed properly, or it's a spurious warning.

Hi, any thoughts on this?

Hi @piskvorky - I'm afraid I probably won't be able to tackle this, mostly because I had a look at the guts of `smart_open` and I think I'm not up...

Thanks, the information in #349 is extremely helpful, and sets me up to understand better why your interfaces will be structured how they are. If you have the inclination, I...

Since we know the dependencies should form a DAG and there are no possible incoming edges to the root package (whatever you're creating a report for), it should be possible...