jean-baptiste demonte

Results 5 issues of jean-baptiste demonte

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior Using the following annotation: ```typescript export class ClientResponseDto { @Expose() @ApiProperty({...

bug
needs triage

As describe on #199 rawlist prompt "Move up and down to reveal more choices" while up & down arrows are not usable

bug
good first issue

Hi, Is there a way to preserve order of children, without associating same tags I mean, with : ``` import { parseStringPromise } from 'xml2js'; async function parse() { const...

I'm facing this need: I'm destroying a Peer which handle auto reconnection with: ```javascript peer.on('disconnected', () => { if (!peer.destroyed) { this.log('disconnected, attempting to reconnect') peer.reconnect() } }) ``` Problem...

Hi, I'm trying to install this default branch (old) on my win PC, after having installed lot of stuff (rust, c++, clang...) I finally stuck on this error when trying...