serut
serut
**Summary** We use Standup Raven and every morning, there is the same french typo repeated (`Ajourd'hui` instead of `Aujourd'hui`) for each member daily standup. It would be like writing `Tday`...
I've followed the guide [Connect your own machine](https://www.koding.com/docs/connect-your-own-machine-to-koding) to setup a container acting like a remote machine. But it just fails on the `klient` side when the service boots it...
## Context I had some serious issues to run my test on gitlab ci using your image `node:7.10.1` and `node:8.2.1`. Nothing is documented on the docker node webpage, so I...
In my application, when I click the first time inside the scrollbar with a Chrome under mobile emulation, the event `handleTouchEnd` is called but no `handleTouchStart`. This PR protects the...
We're using an "old" docker version and we used to use postgis. But since few days, your image postgis/postgis:11-3.1 now requires Docker 20.10.6. Source: https://github.com/docker-library/postgres/issues/884#issuecomment-929958080 It would be very cool...
**Expected Behavior** There is tons of applications related to alternate-exchange that looks not address by the spring amqp right now. https://www.rabbitmq.com/ae.html I would like to declare in my config file...
Add support to base image (which moved to RHEL 8.2) by using microdnf instead of yum Update gosu install fix #7
This MR fixes #347 - remove `getIsExternalUrl` function - add `themeId` to `ApiSchema` - add `downloadSpecUrl` property to `RedocProps` and co, to separate the behavior from `url` that was doing...
There is a new page on the documentation of redocly that provides the list of props available on the free version. The old link provides more props but not available...
It would be great to help people to setup nyc with sonar. Here is my setup: ``` npm install xunit-file --save-dev ``` add the following to the mocha command: ```...