Arnaud Besnier

Results 11 issues of Arnaud Besnier

## Expected behavior If the `env_secret` or `auth_secret` is missing, we need an explicit error message on liana login. ## Actual behavior Misleading error messages. Missing `auth_secret`: ``` Started POST...

✨ enhancement
to-be-fixed-by-next-gen

```javascript pluralize('car') // => cars pluralize('Car') // => Cars singularize('cars') // => car singularize('Cars') // => Car // So far, so good... pluralize('child') // => children pluralize('Child') // => children...

Lumber should handle Postgresql fields having the `integer[]` type, and should create a Sequelize field like this: ``` myArrayOfIntegersField: { type: DataTypes.ARRAY(DataTypes.INTEGER) } ```

enhancement

Lumber should set the `hasTrigger: true` option in models that have MSSQL triggers. See https://github.com/sequelize/sequelize/issues/4807

bug

## Definition of Done ### General - [x] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes - [x]...

``` DEPRECATION: The `vendor-prefix` hook used in ember-cli-ckeditor is deprecated. The addon should generate a module and have consumers `require` it. ```

The community reported that the schema is not versioned in this project. On a side note, it could be great to have a fixed version of `forest-express-...` package in the...

## Definition of Done ### General - [x] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes - [x]...

SEO warnings are raised while auditing a blog with a tool like [ahref](https://ahrefs.com/). ![Screenshot 2024-04-26 at 19 19 03](https://github.com/TryGhost/Casper/assets/664261/54fa925c-2137-492c-84cd-8c0b40062ced) Any reason why the `tags.hbs` and `author.hbs` templates use `` instead...

## Definition of Done ### General - [x] Write an explicit title for the Pull Request, following [Conventional Commits specification](https://www.conventionalcommits.org) - [ ] Test manually the implemented changes - [x]...