oldirtybasti
oldirtybasti
I can confirm this bug on Ubuntu. Sometimes JavaSysMon monitor = new JavaSysMon(); ProcessInfo[] processes = monitor.processTable(); crashes due to a NumberFormatException. The Number that was parsed contains "slee". I...
Only removing , validate = FALSE does not seem to be enough. I installed the PR as follows: devtools::install_github("dleutnant/influxdbr", ref = github_pull("81")) When doing a query I get the following...
I tried that, same error as above
I installed this PR via `devtools::install_github("dleutnant/influxdbr", ref = github_pull("81"))` When doing a query I get the following error now: ``` Error in `purrr::map()`: ℹ In index: 1. Caused by error...
Thank you for this great piece of software! I did upgrade my application to v2 SDK currently but unfortunately still need to have v1 on the classpath. Just wanted to...
The technical impact indeed is minor. It is more about aesthetics: Keeping the classpath as tidy as possible and all artefacts small. I understand that this feature is of low...
I deploy on aws and copied a png to a project to test it out. Background: There is an extension for R on the marketplace which generates pngs when plotting...
hm. Interesting. It works in Chrome but not in Firefox (I am on a mac)