reardenlife
reardenlife
Just wanted to submit exactly the same request. :) While working on VPS, the most insufficient resource is not cpu/mem/swap. Instead, it is a free space on the storage device.
@jwoglom Python 3.7.2: ```sh Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/npyscreen/apNPSApplicationEvents.py", line 16, in get yield self.interal_queue.pop() IndexError: pop from an empty deque During handling of the above exception, another...
@jwoglom Alright. Your fork worked out good, I can see the interface. Yet I am unable to find any documentation. It is unclear for example how to add a new...
@magnusja I am trying to start adding the support of subclass 5 devices, but I am kinda stuck with this issue on project building: https://stackoverflow.com/questions/54854195/gradle-program-type-already-present# The thing is ... I...
@magnusja, The IGLogger is uploaded. So then I tried to include that class instead of android.utils.Log. And because of that I ran into the aforementioned problem. I will try what...
@magnusja, Tried the ``` android.enableD8 = false ``` option you mentioned. The gradle (v5.1.1) says the option is deprecated. Also uploaded libaums that I modified with IGLogger and which fails...
@magnusja > "Remove the class in the app module as the app module has a dependency on the libaums module anyways." I.e. to comment out ```import com.iglogger.Log``` in the app...
@magnusja So I pulled your repo. And just tried to build it w/o any modifications. And I failed to do so. Here is debug log of a build: https://github.com/reardenlife/magnusja-libaums/blob/master/debug.log I...
> "You are developing on an Android Tablet or sth?" Well, I am using a smartphone with a SSH connection to Cent OS7 Linux. There I am building everything and...
@magnusja Build seems to be completed successfully, although some tests failed (as can be seen in the latest log). Okay. Now I just have to insert my logging module.