Mathieu Savy

Results 4 issues of Mathieu Savy

Typescript should allow the parser function to return `null` or `undefined`. Sometimes, we want to leave a number field empty and not default to 0. See the example below: https://codesandbox.io/s/inputnumber-antd-14150-forked-higgh?file=/index.tsx...

Since v7, the precision is skipped if a formatter is passed. Here's an example with precision 2 and a formatter adding columns for every thousand: `100,000.00` With v6.1.2: https://codesandbox.io/s/spring-sunset-dwr0o?file=/src/App.js With...

When I open Copilot panel with meta+enter, it hangs on the loading message forever. This is due to a conflict with the following snippet: ```lua -- Autosave when losing focus...

First, thank you for this awesome plugin! It seems that when we send the test command to iTerm, [we automatically activate macvim](https://github.com/vim-test/vim-test/blob/master/bin/osx_iterm#L16). This has for consequence to open MacVim for...