Vitalie Spinu
Vitalie Spinu
> Does this mean anaconda-mode completion will not shows up if there is alive _Python_ process? If there is a completion from python process then indeed, jedi is not queried....
I cannot dwell into this ATM as I am not working with python for a while, but I would believe this to be still the case unless something radical changed...
Any updates on this one? I think the first commit for searching Zeal docsets is non-controversial .
It's there for 3.6.1, just checked.
Also it seems like digit argument is not quite respected: ```R > (toJSON(0.0001, pretty = TRUE, digits = 3)) [0] > (toJSON(0.00001, pretty = TRUE, digits = 3)) [1e-05] >...
Actually I see that the implemented parsing of config files was not intended for generic use. There are several config parsing packages available on CRAN. Maybe one could be used...
What you propose makes sense to me. I would add to this that internally there is no need to use json parser. Just request a csv and parse with `read.csv`,...
I have looked at it and there is a hiccup with older version of influxdb (1.1.1, current stable is 1.7.6). When the accepted output is application/csv and there is a...
A heads up. I am very close to finishing this and reducing dependencies to 0 on both write and read. Will be back with a PR hopefully later today.
Actually there is a small hick up with multiple queries. Do you really want to merge multiple queries into one big data.frame? I think it would make sense to return...