Paul B.
Paul B.
When performing tsearch with Highlighting, the resulting query result concatenates the searched columns with a space. It can be hard to extract the different column data result if both data...
Right now the library is “loosing” the original value information from the `$ref` entry in case of we are resolving relative file paths. However, it can be a useful information...
As discussed in #232, Rails has now been supporting the use of webpack for assets management for quite a while. It seems normal that the `premailer-rails` gem support a strategy...
When a user uses the `diff` feature of the GH action, if may happen that we add warning deployment logs (due to an incorrect input API document, or something we've...
- Make sure your local master branch is up-to-date - `git checkout master` - `git fetch upstream` - `git reset --hard upstream/master` - Decide the version number of your next...
For now we only have a `branch:` input parameter to our github action. It would be nice to have a way to automatically “follow” the git branch names when deploying...
It seems the markdown parser does not detect empty lines in between two different blockquotes. Indeed if you want to render two different blockquotes, one after another, redcarpet currently merges...
## Description of change These changes will make use of the official `google-api-python-client` library instead of relying on manual HTTP requests. There are two main advantages of these changes: -...
For now, if you wish to publish a new release of the CLI you need to: 1. `git checkout main` 1. `npm run release` for a full release (or `npm...
## Steps to reproduce ```shell > bump deploy inexistent/dir/ --auto-create --hub "my-hub" --token "my-token" › Error: Missing required flag: › -d, --doc DOC Documentation public id or slug. Can be...