Results 38 comments of Conan

@j-brooke I did wonder if the JSON.parse "reviver" callback could help, but you're quite right - I ram quick test and the number is indeed clobbered before it reaches the...

Just wanted to say that I've tried Hegel for the first time (awesome looking project) and got this error too. I know Open Source can be tough to commit time...

Is it worthwhile to hit the "Block or Report" button on APILayer Admin's [profile](https://github.com/apilayer-admin)? Seems like at the very least you could try and report their behaviour as SPAM'y.

> This probably was discussed in #91. Also in #203, with the OPs example [here](https://github.com/tc39/proposal-pipeline-operator/issues/203#issuecomment-918630438).

Thank you for the replies so far all. I must say, after reading through them and the linked content I'm convinced that the F# style fits JavaScript better than the...

@tabatkins - Apologies for my part in that. I've since caught up in much of the discussion and regret getting caught-up in the politics of it.

@kiprasmel - Judging from his last reply, I don't actually think @tabatkins is afraid of hearing criticism, even if it's delivered emotionally, so long as we keep it in separate...

Thank you for the reply @tabatkins . My initial crack at placeholder naming is as follows: ```js envars |> Object.keys(^) |> ^keys.map(x => `${x}=${envars[x]}`) |> ^arr.join(' ') |> `$ ${^}`...

Performance vs. Longevity of a language feature When performance concerns are raised, are yearly advances in hardware/compilers also taken into consideration? I accept that the future is by no means...

Something came to my mind on the subject of performance: Does anyone have an idea of how much greater (or less/neutral) the performance concern about F# pipes would be if...