Lucas Kanashiro
Lucas Kanashiro
I forgot to mention but a similar behavior can be identified in `Test_GlobalMetrics_MeasureSince`, specifically in the scenario with labels which is kind of expected.
I think that you should squash some of your commits, could you review it?
@tomjelinek is there a timeline to move `pcsd` to python? Any WIP branch?
@jlmelville the tests should be fixed ASAP to allow the inclusion of the latest version in the next Ubuntu release which will be released next month. For Debian, there is...
The requested info is below: * `arm64` ``` > Sys.info()[["sysname"]] [1] "Linux" > R.version$arch [1] "aarch64" ``` * `ppc64el` ``` > Sys.info()[["sysname"]] [1] "Linux" > R.version$arch [1] "powerpc64le" ``` *...
Hi, I do not have an OSX system to test it, but after read this answer [1] I suppose that mktemp call passing the template should work. [1] https://unix.stackexchange.com/questions/30091/fix-or-alternative-for-mktemp-in-os-x
Someone with an OSX system could test this patch? Just to confirm my thoughts :)
Thanks for the report @d1egoaz . I've tried to keep the same code structure and create temporary directory and file in a secure way. However, since the '-p' option is...
After think about this solution I do not know if @cknadler will agree with it, since we will not keep the history (one of the features described in `README.md`) anymore....
This is still an issue with the current version we are willing to release in Ubuntu 21.04, which is version `4.3.6`. Below an example of this failure (it was executed...