Yuvaraj L

Results 6 issues of Yuvaraj L

``` make -C /lib/modules/4.4.0-28-generic/build M=/home/yuva/embedded/CH341SER_LINUX make[1]: Entering directory '/usr/src/linux-headers-4.4.0-28-generic' CC [M] /home/yuva/embedded/CH341SER_LINUX/ch34x.o /home/yuva/embedded/CH341SER_LINUX/ch34x.c: In function ‘wait_modem_info’: /home/yuva/embedded/CH341SER_LINUX/ch34x.c:756:3: error: implicit declaration of function ‘interruptible_sleep_on’ [-Werror=implicit-function-declaration] interruptible_sleep_on( &priv->delta_msr_wait ); ^ cc1: some...

bug

**Description** When `/tmp` and the destination directory is mounted on a different disk then fails with following error **Expected Behavior** Should not fail **Actual Behavior** ``` *** Your new workflow...

type: bug
good first issue
area: backend

https://github.com/SkyRocknRoll/CH341SER_LINUX clone and follow the instructions mentioned there

``` # # Install speedtest cli from SpeedTest.net first # https://www.speedtest.net/apps/cli # # And then run speedtest once to accept the license # [[inputs.exec]] commands = ["/usr/local/bin/speedtest --accept-gdpr --accept-license -f...

Support Go mod so that downstream projects can migrate to go mod

help wanted