Problem Component editor receives an object and create reactive form base on the object passed in. Something like this(most fields are omitted): this.form = new
Read MoreAngular FormBuilder group unexpectedly change array to value
Sharing random stuff
Problem Component editor receives an object and create reactive form base on the object passed in. Something like this(most fields are omitted): this.form = new
Read MoreAngular FormBuilder group unexpectedly change array to value
Yesterday I was trying to deploy a Jenkins on a Linux machine. From my past experience, the official Jenkins Docker image works very well, I
Spent 2 hours to figure out how to automate Coveralls checking in CircleCI, the online articles are really outdated and not working… Solution You will
Problem After setting up Auth in ngx-admin, the http call gets stuck in interceptor. You may see error in console like Max call stack reached…
Problem when you try to symbolic something using ln -s xx xx, you may get Operation not permitted error. Even sudo can’t solve the problem.
Error message When you run docker-compose up -d in your pipeline script, the following error is thrown. The APPDATA variable is not set. Defaulting to
Read MoreJenkins user gets permission denied for using docker or docker-compose
Here I am using binary a semaphore to protect(lock) a shared resource. Only one of Task 1 and Task 2 can only get the lock
We always host Django app behind a proxy server(apache or nginx) in production, the connection from your client and the proxy server may be(better be)
Read MoreDjango REST always return hyperlink with http proto even if the request is made via https
ONE LINER docker exec CONTAINER_NAME /usr/bin/mysqldump -u root –password=PASSWORD DBNAME>FILE_NAME.sql
Prerequisite Clone master branch from certbot Github repo here Easiest solution cd in to your cloned directory let’s say ~/certbot Set your domain as an