Romain Lanz

Results 48 issues of Romain Lanz

Hey there! 👋 ## Description In our case, we do not need to have `highlights` entry inside the results given by TypeSense. I believe it would be great to add...

Hey everyone ! 👋 After the default installation of `Aurelia` with the CLI somes files are created under `aurelia_project`. Those are Gulp's tasks, stubs for generators, environment configuration and the...

enhancement
scaffolding

Hey there! 👋 Before making any PR, I would like to have a roundtable of the proposed changes. Most of the code examples present inside the documentation are using ExpressJS....

help wanted
good first issue
docs
hacktoberfest

Hey! 👋 The library `octonode` installs `bluebird` and `request` packages. Since `request` is deprecated, it triggers a warning every time we install it. It is also really heavy. I believe...

cli

We are planning to release Flydrive version 1.0 soon. This will be a relatively huge release that include a number of necessary breaking changes. The code of the release is...

🎊 Roadmap

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

Hey there! 👋🏻 This PR adds the option `environment` to the Seeder class. This allows us to configure what environment our seeder should run more precisely. The current `developmentOnly` setting...

Type: Enhancement

Hey 👋 When using this package with TypeScript the engine doesn't know by default how to deal with `svg` file. Therefore we need to defer the type for these imports....

Hey! 👋🏻 This PR adds the possibility to create `plainCookie` without encoding them to base64 before saving them. ```ts response.plainCookie('name', 'romain', { encode: false }) ``` This can be useful...