Manuel López-Ibáñez

Results 61 comments of Manuel López-Ibáñez

The bugzilla report is: https://bugzilla.mozilla.org/show_bug.cgi?id=410338

Is there a reason to not use the standard library functions for this type of basic functionality? https://en.cppreference.com/w/cpp/filesystem/absolute The same functions exist in boost: https://www.boost.org/doc/libs/1_58_0/libs/filesystem/doc/reference.html#Operational-functions Or the gnulib function canonicalize:...

> As for your suggestions, `std::filesystem::absolute` requires C++17, which we don't want to assume. Requiring Boost also seems problematic. Just out of curiosity, may I ask the reasons for both...

Indeed, we have a similar problem. We want to make available in the website a vignette that can only be built in PDF and we have to run a quite...

Other interesting variants could be: ```R label_wrap(10, camel_case=TRUE)("defaultOptionA") ``` which splits (if needed) at `"(?

I was looking for this today...

It is broken again: https://builder.r-hub.io/status/original/irace_3.4.tar.gz-32c7824315524c52bb3df15e859569f8

I'm now getting a different error: https://builder.r-hub.io/status/original/eaf_2.0.tar.gz-549eda0b550b4451b0f338c41d32281a

> Workaround in fork: https://github.com/bderubinat/quickmove-extension @bderubinat , please open a pull request. @kewisch recently merged a bunch of them.