AlexMoutonNoble

Results 20 comments of AlexMoutonNoble

would love to see this go in as well.

``` if columns->Js.Array.length >= 2 { let dataRecordIdColumn = @doesNotRaise columns->Belt.Array.getExn(0) ... } ```

Rad. Thanks for the examples. I need to take more time looking in there as well

```rescript @send external postImpl: ( axios, string, 'data, config, ) => Js.Promise.t = "post" let post = (url, data, config) => axios->postImpl(url, data, config) ``` ```rescript type argsClone

That seems pretty reasonable to me. False positives and aggressive annotations are a burden adding just for context that -dce produces 8500 lines of output for our codebase, so basically...

@zth I can make a PR if you have a preference for a fix?

I remember it being pretty clearcut but happy to hear any guidance you have that will make the PR go easier On Thu, May 5, 2022 at 7:14 AM Gabriel...

I havnt yet but still have it in mind On Sun, Jul 24, 2022 at 9:19 AM Gabriel Nordeborn ***@***.***> wrote: > @AlexMoutonNoble did you end up > having a...

@zth is this a moment to write this parser a little more formally? Im unclear about what types of errors can include code snippets, for example. https://github.com/AlexMoutonNoble/rescript-vscode/tree/alexm/first-error

@cristianoc is there an issue on the compiler for that already?