Pascal Corpet

Results 33 issues of Pascal Corpet

By default arrays are mutable in TypeScript, however this library has no intent of modifying the input.

We've setup our CI to run this plugin on each change of code. Regularly we get the following transient error `exit status 137`: it's breaking although the plugin said it...

- [X] Closes https://github.com/pandas-dev/pandas/issues/58424 - [X] Tests added: Please use `assert_type()` to assert the type of any return value

### Steps to reproduce 🕹 The following should work ```ts // values accepts const and value has correct type useAutocomplete({ options: ['1', '2', '3'] as const, multiple: true, value: ['1',...

component: autocomplete
enhancement
typescript

The library never modifies the arrays of nodes and edges given in properties, so we can accept readonly arrays.

next major

In one of my .md files, I have something like: ```md Please read the [report from June](http://www.example.com/reports/june). ``` Proselint detects that "june" in the URL is not properly spelled and...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Orb version 2.5.0 ### Current behavior I use the simple checkout command in...

bug

The `PDFDownloadLink` component does not forward its ref to the inner anchor yet. Adding a ref would enable the caller to focus it programmatically, or to integrate it properly with...