docs-v7 icon indicating copy to clipboard operation
docs-v7 copied to clipboard

Feedback form 08.2018

Open NickIliev opened this issue 6 years ago • 6 comments

Very incomplete list of marshalled types, for example nothing on callbacks/functions etc. A link the source where this happens would be good too.

  • [x] extend article - example with console.dir(.....) @tsonevn

  • [x] the link shows the wrong article. @tsonevn

NickIliev avatar Aug 01 '18 08:08 NickIliev

@NickIliev I would like to take up this issue and work on it.

arshadkazmi42 avatar Aug 05 '18 19:08 arshadkazmi42

@arshadkazmi42 we are more than welcoming new contributors! Just mark the task you are working on with your name next to it (e.g. @NickIliev) and then once it is finished link the related PR next to the name - you can post the ongoing task as a comment.

NickIliev avatar Aug 20 '18 12:08 NickIliev

@NickIliev I was trying to setup the docs following the readme. But getting this error while setting up docker

arshadkazmi42 avatar Aug 20 '18 15:08 arshadkazmi42

@arshadkazmi42 I see no error log...

Can you tell me if you are trying to set up the Docker on Windows or on Mac?

NickIliev avatar Aug 21 '18 14:08 NickIliev

My bad. Forgot to add error log.

I am using Mac. Below is my log for executing this command

sudo docker build -t ns-docs:1.0 docs/build

Sending build context to Docker daemon  4.608kB
Step 1/5 : FROM ruby:2.3.5-alpine3.4
 ---> 4e0e0ef6f3cf
Step 2/5 : COPY docs-watcher/start.sh /
 ---> Using cache
 ---> 206a3dd236af
Step 3/5 : RUN apk add --update   bash   bash-completion   build-base   libxml2-dev   libxslt-dev   git   rsync   nginx   nodejs   && rm -rf /var/cache/apk/*   && npm config set cache /var --global   && npm install -g grunt   && mkdir /run/nginx   && chmod +x /start.sh
 ---> Running in ba243e29652f
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.4/community/x86_64/APKINDEX.tar.gz
(1/39) Installing bash (4.3.42-r5)
ERROR: bash-4.3.42-r5: Protocol error
(2/39) Installing bash-completion (2.1-r2)
(3/39) Installing binutils-libs (2.26-r1)
(4/39) Installing binutils (2.26-r1)
(5/39) Installing gmp (6.1.0-r0)
(6/39) Installing isl (0.14.1-r0)
(7/39) Installing libgomp (5.3.0-r0)
(8/39) Installing libatomic (5.3.0-r0)
(9/39) Installing libgcc (5.3.0-r0)
ERROR: libgcc-5.3.0-r0: Protocol error
(10/39) Installing mpfr3 (3.1.2-r0)
(11/39) Installing mpc1 (1.0.3-r0)
(12/39) Installing libstdc++ (5.3.0-r0)
ERROR: libstdc++-5.3.0-r0: Protocol error
(13/39) Installing gcc (5.3.0-r0)
(14/39) Installing make (4.1-r1)
(15/39) Installing musl-dev (1.1.14-r16)
(16/39) Installing libc-dev (0.7-r0)
(17/39) Installing fortify-headers (0.8-r0)
ERROR: fortify-headers-0.8-r0: Protocol error
(18/39) Installing g++ (5.3.0-r0)
(19/39) Installing build-base (0.4-r1)
(20/39) Installing libssh2 (1.7.0-r0)
(21/39) Installing libcurl (7.59.0-r0)
ERROR: libcurl-7.59.0-r0: Protocol error
(22/39) Installing expat (2.2.0-r1)
(23/39) Installing pcre (8.38-r1)
(24/39) Installing git (2.8.6-r0)
(25/39) Installing git-bash-completion (2.8.6-r0)
(26/39) Installing libxml2 (2.9.5-r0)
(27/39) Installing libxml2-dev (2.9.5-r0)
(28/39) Installing libgpg-error (1.23-r0)
(29/39) Installing libgcrypt (1.7.9-r0)
(30/39) Installing libxslt (1.1.29-r1)
(31/39) Installing libxslt-dev (1.1.29-r1)
(32/39) Installing nginx-common (1.10.3-r0)
Executing nginx-common-1.10.3-r0.pre-install
(33/39) Installing nginx (1.10.3-r0)
(34/39) Installing libuv (1.9.1-r0)
(35/39) Installing nodejs (6.7.0-r1)
(36/39) Installing libattr (2.4.47-r4)
(37/39) Installing libacl (2.2.52-r2)
(38/39) Installing popt (1.16-r6)
(39/39) Installing rsync (3.1.3-r0)
Executing busybox-1.24.2-r14.trigger
5 errors; 230 MiB in 63 packages
The command '/bin/sh -c apk add --update   bash   bash-completion   build-base   libxml2-dev   libxslt-dev   git   rsync   nginx   nodejs   && rm -rf /var/cache/apk/*   && npm config set cache /var --global   && npm install -g grunt   && mkdir /run/nginx   && chmod +x /start.sh' returned a non-zero code: 5

arshadkazmi42 avatar Aug 21 '18 14:08 arshadkazmi42

I am not able to edit the list. I would like to take up the below from the list.

add the related XML snippets for the data binding examples https://docs.nativescript.org/core-concepts/data-binding

baskarmib avatar Oct 03 '18 17:10 baskarmib