Boris Burtin
Boris Burtin
``` $ cat test.md **MY_ENVIRONMENT_VARIABLE** $ cat test.html MYENVIRONMENTVARIABLE ``` GitHub and GitLab render this as **MY_ENVIRONMENT_VARIABLE**, but showdown renders "ENVIRONMENT" as italic.
When I generate API docs for the following property, ReDoc does not render the `default`: ``` allOf: - type: string enum: - grow - hold - default: grow - description:...
Is there a way to override the default serialization for UUIDs (or any object type)? In order to not serialize UUIDs with dashes, I'm having to do this for every...
A `pip install` of SQLAlchemy 1.4 causes greenlet 1.0 to be installed. As a result, we started getting the error below during Meinheld startup. We were able to avoid the...
Does anyone know what would cause this error when running the Flyway container? I started seeing it after doing a Docker system prune. I'm running on Windows 10 64bit with...
linkcheck hangs during crawling when I run it in a GitHub Action. Strangely it works fine when I run the same command locally. This is the Docker Compose block that...