Doqnach
Doqnach
Following the steps at: https://github.com/vapor-ware/ksync#further-exploration Visiting the frontend I simply see a white screen, titlebar showing "React App" and a service-worker.js doing nothing but calling `/pod-list` getting an empty HTTP...
I am looking for a way to define a pure "info" document. Easiest would be to create a base class that implements `DocumentInterface`, but all the `WoohooLabs\Yin\JsonApi\Response\Responder::ok()` methods require a...
I am currently writing a JSON:API server implementation which will also have clients that will consume the API. The server is Symfony 4 using woohoolabs/yin. It contains a bunch of...
Using gitlab CI: ```yaml #.gitlab-ci.yml include: - template: Security/Container-Scanning.gitlab-ci.yml container_scanning: before_script: - echo ${CI_JOB_TOKEN} | docker login -u gitlab-ci-token --password-stdin ${CI_REGISTRY} - | apk add --no-cache curl gettext \ &&...
Currently using the https://github.com/ubc/satis-go-docker docker container for playing around with satis-go. My db.json looks like the following (with a whole list of private repo's, next to that laravel one): ```json...