Paul Dijou

Results 9 issues of Paul Dijou

I've been facing hoisting issues while using nivo on a monorepo app with Lerna / Yarn workspaces, leading to runtime errors due to an incorrect React context, probably because the...

## Issue Template **Observed Behaviour** Inferno is creating an empty text node when a functional component returns `null`. ```javascript function Nothing() { return null; } class App extends Component {...

enhancement
feature request

Hi there, I'm a bit at lost after merging a PR in the [JWT Scala](https://github.com/pauldijou/jwt-scala) lib. The project supports several JSON implementations (Play, Json4s, Circe, ...) and each of them...

I was reading the hook source code and I was wondering if it really needs to specify `{passive: true}`. The `scroll` event should be passive by default since it cannot...

Currently, bouchon display all logs when dispatching the HTTP response. It would be nice to have a first log when the request arrives and another one when the response is...

I didn't dive into the app code, but it looks like it tries to compute all the possible prompts and display them all at once. It think this solution cannot...

enhancement

Each inquirer prompt can have a default value among the possible choices. It would be nice if the correspond HTML input was already selected accordingly.

bug

Using the CLI, some prompts types (like `list` and maybe `rawList`) are required by default, the user must pick one option before moving to the next prompts. It would be...

enhancement

Inquirer has a `validate` method for each prompts. It would be could to have validation over the generated HTML inputs using this methods.

enhancement