rfaelens

Results 14 comments of rfaelens

This issue also arises when updating to a newer version of huawei_solar. Checking the sqlite3 database produces the following: ``` sqlite> SELECT * FROM statistics WHERE created > '2022-02-20 06:30'...

There is a difference between instrumenting code coverage for a *package* and for a *seperate shiny app*. If you use a package where the shiny app is fully contained in...

See https://github.com/rfaelens/exampleShinyTest for a nice example. Travis: https://travis-ci.com/rfaelens/exampleShinyTest Codecov: https://codecov.io/gh/rfaelens/exampleShinyTest Docker: https://hub.docker.com/r/rfaelens/exampleshinytest

See https://gist.github.com/rfaelens/285ad645e24aba047a1d97899a9fd480 for an example

I encountered this issue too. The solution proposed by Steven provides sufficient delay for human input, but input via e.g. webdriver/shinytest/PhantomJS is still affected by this issue. The proper solution...

There is no softfp or soft version of libwidevinecdm for arm, and there likely never will be. See https://www.chromium.org/chromium-os/how-tos-and-troubleshooting/chromiumos-board-porting-guide/ `Keep in mind that Chromium OS assumes you are using the...

Use an older device with an old version of android. Even an emulator might do. Install WhatsApp, restore backup from Google drive, then apply the downgrade procedure. This will not...

Hi Yann, Using try() will not work. The issue occurs on a forced disconnect from client A, which results in SIGPIPE and the deletion of the tmpdir (also for all...

Thanks for the comment! I agree with you. src/library/tools/R/sotools.R specifically mentions symbol R_ignore_SIGPIPE as non-API. Changing tempdir is the appropriate work-around for now, by using unixtools::set.tempdir(). However, the directory should...

Based on strace of my application, this always happens in the same method: ``` 15480 13:25:35 [00007f527a6d430d] sendto(4, "\x0a\x08\x01\x00\xa2\x04\x01\x00\x15\xc4\x00\x00\x22\x0c\x00\x00 \x74\x72\x79\x2d\x65\x72\x72\x6f\x72\x00\x01\x01\x13\x08\x00\x00"..., 268, 0, NULL, 0) = -1 EPIPE (Broken pip e)...