Vincent Bories-Azeau

Results 12 issues of Vincent Bories-Azeau

Hi, I'm working on a Symfony 2 application, and I'd like to temporary disable logging. I found that adding the `NullHandler` on top of the configured handlers shall do the...

Hi, This feature request is not exactly the same than the one mentioned in #57. As introduced in the docs [here](https://github.com/nodejs/corepack#corepack-binary-nameversion--args), command `corepack [@] [... args]` allows to execute a...

Hello, **Type**: Feature **Is your feature request related to a problem? Please describe.** I'm working on a Spring Webflux application, and by now, it seems to me very hard to...

component: sqs
type: enhancement
status: waiting-for-feedback

Documentation should provide information about all I/O each task relies on, to ease customization.

Task

Using Node.js [`corepack`](https://nodejs.org/dist/latest/docs/api/corepack.html) utility may simplify the process executed between task `installNode` and task `installFrontend`, incremental build should be possible, and supporting additional package managers may be easier (PNPM): -...

Feature
IN PROGRESS

Hi, It seems vfsStream doesn't support multi-bytes strings for filenames. I wrote a PHPUnit test case based on it, and writing/reading files whose names contains multi-bytes characters seems erroneous, and...

feature

Add an example to build a JS app with Docker and Node.js unofficial build (e.g. Alpine Linux). Related to #179 #185.

Task

Node.js/Corepack bundles provided in Node.js distributions frequently suffer from bugs that avoid installing package manager or dependencies, and lead to failures when task `installFrontend` is executed. As a end-user, it...

Feature

Actually, website https://siouan.github.io/frontend-gradle-plugin/ provides information about the latest release only. Some documentation for older releases is still present, but is spread inside the latest documentation. 1. Remove documentation for older...

Task
IN PROGRESS

Hi, I'm working with inheritance, and I cannot succeed in serializing an ArrayCollection property of an abstract type, using YAML configuration. For instance: ``` // This is the main class...

serializer issue