Béré Cyriac

Results 9 issues of Béré Cyriac

Currently, this never can be true: ```js useInput((input, key) => { key.ctrl && key.upArrow // nope }); ``` Although, ctrl is pressed, `key.ctrl` returns false when paired with an arrow...

bug
help wanted

### Description Since the 0.12.x update, the names of the decorators are lost when stored. For example, when the `IsString` decorator is used, the metadata store a new entry with...

type: fix
priority: high

(I omittedthe bug report form as this issue concerns `portable-pty`) I noticed that `portable-pty` behaves very differently on Windows. When running the whoami example, no outpud is read, and the...

## Expected Behavior After running these commands: * `clinic doctor -- node main.js` * `artillery run load-test.yaml` Clinicjs should generate a HTML file. Artillery is a CLI similar to autocannon,...

**rust-analyzer version**: 0.4.1196 **rustc version**: rustc 1.60.0 (7737e0b5c 2022-04-04) **relevant settings**: (eg. client settings, or environment variables like `CARGO`, `RUSTUP_HOME` or `CARGO_HOME`). * RUSTUP_HOME: /usr/local/rustup. * CARGO_HOME: /usr/local/cargo Basically, my...

### What happened? I've used insta for a while now and the "jump to definition" feature from the VSCode extension has never worked for me. Jumping to definition brings me...

bug

- [x] Add depth level parameter - [x] Add parameter for controlling circular relationship - [x] Investigate lazy relationships generation - [x] Add a plugin system - [x] Class-validator plugin...

Refer to https://github.com/CyriacBr/class-fixtures-factory/issues/12#issuecomment-757959127. Under such a project, class-fixtures-factory cannot retried custom metadatas.

### What version of Bun is running? 0.5.8 ### What platform is your computer? Darwin 22.1.0 arm64 arm ### What steps can reproduce the bug? 1. Create a new Remix...

tracking