Vladislav Sorokin

Results 7 issues of Vladislav Sorokin

``` simulacra@orangepiplus:~/uboot-mdb-dump$ python3 uboot_mdb_to_image.py < minicom.cap > flash.bin Traceback (most recent call last): File "uboot_mdb_to_image.py", line 34, in data, ascii_data = line.split(" ", maxsplit = 1) ValueError: not enough values...

1. Docker was set up using this command: ``` docker run \ -it \ --network host \ -p 3000:3000 \ -e TZ=Europe/London \ --name=huginn \ --restart=always \ --privileged=true \ --env-file="$HOME/data/huginn/.env"...

``` vagrant@ubuntu-xenial:~/u-boot$ make CROSS_COMPILE=arm-cortex_a8-linux-gnueabihf- am335x_boneb lack_defconfig make[1]: 'am335x_boneblack_defconfig' is up to date. vagrant@ubuntu-xenial:~/u-boot$ make CROSS_COMPILE=arm-cortex_a8-linux-gnueabihf- scripts/kconfig/conf --silentoldconfig Kconfig *** *** Configuration file ".config" not found! *** *** Please run some...

Ubuntu 16.04 ``` vagrant@ubuntu-xenial:~$ git clone https://github.com/crosstool-ng/crosstool-ng.git Cloning into 'crosstool-ng'... remote: Enumerating objects: 2, done. remote: Counting objects: 100% (2/2), done. remote: Compressing objects: 100% (2/2), done. remote: Total 38938...

Used docker ``` yes Checking for network interface wlp3s0... Found. Checking UDP port 53... Available. Checking UDP port 67... Available. Checking TCP port 80... Available. Checking TCP port 443... Available....

O365 2.015 (updated today) It simply doesn't work ``` account = Account(credentials) schedule = account.schedule() print(schedule) calendar = schedule.get_default_calendar() bin_collection = calendar.new_event() # creates a new unsaved event bin_collection.subject =...

I have a model 49PUS6803 and I tried your script but It does return nothing. I could provide some debug information if you give me a tip on how to...