Drasko DRASKOVIC

Results 127 comments of Drasko DRASKOVIC

Tried with latest [docker-compose v1.24-rc1](https://github.com/docker/compose/releases/tag/1.24.0-rc1) - same behavior: no logs on start, then on restart logs appear.

@neomantra I think that this might finally be a OpenResty issue. Here are the steps to recreate the issue: - Write a simple `docker-compose.yml` with 2 services: 1) openresty and...

Is Postgres container ever run? If not, maybe you have a locally installed Postgres that has taken the port and prevents a container to boot.

> @drasko I think we can be able to load multiple files at the same time. Did you mean like the below picture? Yes - exactly like this. Then, I...

Use dedicated app as a subscriber to a Mainflux (look at Writers for example) and implement your custom actions. All the rest is our of scope of Mainflux (which is...

@0x6f736f646f if this is OK now, please approve

Applying the patch here: https://github.com/pvvx/RTL00MP3/pull/2/files helped, but now I have an other error: ``` make[1]: Entering directory '/home/drasko/rtl8710/RTL00MP3' =========================================================== Compile (build) =========================================================== Link (build) /home/drasko/toolchain/mbed/gcc-arm-none-eabi/bin/../lib/gcc/arm-none-eabi/4.8.4/../../../../arm-none-eabi/bin/ld: Error rom-bios-boot code & data!...

There is another problem now: ``` Link (build) arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -g -Os -nostartfiles -nostdlib -Wl,--gc-sections -Wl,--cref -Wl,--entry=Reset_Handler -Wl,--no-enum-size-warning -Wl,--no-wchar-size-warning -Wl,-nostdlib -Wl,-Map=build/obj/build.map -o build/obj/build.axf @build/obj/obj_list.lst -LRTL00_SDKV35a/component/soc/realtek/8195a/misc/bsp/lib/common/GCC -l_platform_new -l_wlan -l_p2p -l_wps...

Hmmm... it was due to the Debian's `arm-none-eabi-gcc`. I took one from Launchpad, now compilation works, but I still have the problem of IAR `pick` tool referenced here: https://github.com/pvvx/RTL00MP3/issues/5