Carsten Bleek
Carsten Bleek
Is there still interest here to migrate to v2?
perhaps nothing needs to be migrated at all. Here you can see how LinkedIn can be used with hellojs https://gitlab.com/yawik/applicationform/-/blob/master/src/components/SocialData.vue#L64-89 You can see the code in Action at: https://form.yawik.org/
I like the Gitlab software. And I like the company Gitlab even more. So I am biased. I have found the following - [Comparison between Gitlab CI and Github Actions](https://about.gitlab.com/devops-tools/github-vs-gitlab/ci-missing-github-capabilities/)....
Gitlab supports a container registry. That means it's possible to to build and store dockerimages in Gitlab. Selfhosted or gitlab.com. I've created a Docker image https://gitlab.com/yawik/docker/build The [gitlab-ci.yml](https://gitlab.com/yawik/docker/build/-/blob/latest/.gitlab-ci.yml) creates and...
are you sure? Have you clicked on the "all jobs button"?
yes, you're right. It makes a difference. ``` cbleek@xenon:~$ php -a Interactive mode enabled php > $xml = simplexml_load_string(''); php > $xml->addChild('title','a & b'); PHP Warning: SimpleXMLElement::addChild(): unterminated entity reference...
@TiSiE interessant. Scheint ein gewünschtes Feature zu sein. Wusstest du das? https://stackoverflow.com/questions/552957/rationale-behind-simplexmlelements-handling-of-text-values-in-addchild-and-adda
+1 DRY and SOLID fix
Then we should set this onhold.
Hi Ivan, yes, it's a current limitation. Only newly create organizations inherit permissions. Means, if an employee creates a "suborganization", it should be visible to all employees. From my point...