Kévin Berthommier

Results 31 issues of Kévin Berthommier

I use *Jest* with *Enzyme* and when I use the following line like in the doc for updating my snapshot, that creates 1 more snapshot with the same name plus...

``` $ npm install -g @feathersjs/cli $ mkdir my-new-app $ cd my-new-app/ $ feathers generate app $ npm start ``` can be replaced by ``` $ npm create @feathersjs/app my-new-app...

Generator

Issue Type: Bug 1. Install VSCode 2. Install Live Share extension Extension version: 1.0.5561 VS Code version: Code 1.67.2 (c3511e6c69bb39013c4a4b7b9566ec1ca73fc4d5, 2022-05-17T18:23:40.286Z) OS version: Linux x64 5.15.0-27-generic Restricted Mode: No System...

Allow comments like: ```js /** * Bla bla bla **/ ```

### Description Inline variants are no longer supported, is it possible to hope for a come back? ### Problem Statement/Justification I would like to be able to style a component...

Type: Feature 🚀
Topic: Styled System 💅🏻

Hi, The `validate` method is called on each change from the moment I use the `setFieldState` mutator, no matter if there is a `validateOnBlur` or not. ### What is the...

I have an ECONNRESET problem every X minutes, by default node does not activate KeepAlive on the socket (https://nodejs.org/api/net.html#net_socket_setkeepalive_enable_initialdelay) It is possible to pass an optional socket but a solution...

feature