Marco Reni

Results 21 issues of Marco Reni

This fixes #21 and improves Docker build process (uses default Node image, uses yarn, dependencies are installed during build process)

**Type:** feature The following has been addressed in the PR: * Unit tests are included in the PR **Description:** There are scenarios where it's not possible to use a reverse-proxy,...

issue_needs_triage
dev: code-review

#### Describe the bug - Node.js version: 14.16.0 - OS & version: - #### Actual behavior It seems that since https://github.com/sindresorhus/quick-lru/releases/tag/v6.0.0 quick-lru is not compatible anymore with keyv: ``` Type...

enhancement
✭ help wanted ✭
external

Docker build fails while running ``` $ curl --location --retry 3 --fail --remote-name https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz ``` I'm guessing this is due to https://blog.maxmind.com/2019/12/18/significant-changes-to-accessing-and-using-geolite2-databases/ Any hints on how to solve?

**Is your feature request related to a problem? Please describe.** After #337, some references to console.warn are still in the codebase: - https://github.com/ekalinin/sitemap.js/blob/965c4a77d9034d5e8aab8843aac76d8853a4a629/lib/utils.ts#L64 - https://github.com/ekalinin/sitemap.js/blob/965c4a77d9034d5e8aab8843aac76d8853a4a629/lib/utils.ts#L74 It should be useful to...

feature

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

bug

Added a border filter

This replicates #76

As per https://github.com/php-translation/symfony-bundle/issues/143 : When I use a function or a static function that returns an array for a ChoiceType element, i get a "Form choice is not an array"...

Fixes #259 . This PR introduces the Terragrunt parser to handle `terragrunt.hcl` parsing, so that `include` blocks can be read and more complex logics of constraints can be handled (for...

help wanted