Rileran
Rileran
We already have some draft of this tutorial internally, we should publish it to the wiki and add example project.
When deploying start-ui with gitlab-ci, the `test` step will fail because cypress wont' work inside docker (as there is not X server available). Solution seems to be using image `cypress/base`...
Fixing the `test` step failing in gitlab-ci. This fix makes use of the `cypress/base` docker image to run the `test` step. Failing pipeline example (using the old gitlab-ci file): https://gitlab.com/thomas338/start-ui-cypress-gitlab-ci/-/jobs/2814125994...
## Description An ImageUpload component would allow the user to upload an image from their storage system onto a server / provider, and display the resulting image.  This component...
## Description Adding a new component `ImageUpload` that let the user upload an image to cloudinary, display it, and remove it. This component also has its Field counterpart to integrate...
## Description In the login modal shown when the auth token is expired, the button "Forget Password?" does not work. ## How to reproduce 1. Login as any user. 2....
# Describe the bug When using an input of type `number`, adding validation rules `isMaxNumber` or `isMinNumber` won't trigger validation error when the value is not a number. ## Code...
One of the dependencies of project Framework: Libs: Graphics is `apache.royale-sdk-pixel-bender-1.0.0-bin.zip`, which is supposed to be downloaded from https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/flex/pixelbender/1.0/binaries/apache-flex-sdk-pixel-bender-1.0.0-bin.zip (see `pixelbender.download-url` in `frameworks/projects/Graphics/pom.xml`). However the site doesn't seem to be...
## Description Separate rust Action and Description representation to match the actual response. This PR is based of https://github.com/curiefense/curiefense/pull/1035, so it shouldn't be merge before.