Alan Ball

Results 176 comments of Alan Ball

Reducing the amount of writes with a stringbuilder can help if its starting to chug. You can basically buffer them like how RX buffer works.

It looks like it primarily uses it for "ActiveSupport::Concern" to handle its dependencies and then uses ActiveRecord once to pass that data on. I mean we should use some kind...

Just hit this trying to test an issue I was having where the unit test was working locally but failing on the build server configured to use UTC. ```F# Expected:...

What evidence do we have for that though? I don't think people will use placeholder pipes at all, you think that they will catch on. Why? Something having more uses,...

I wanted to say thank you @js-choi for acknowledging our concerns, regardless of whether in the end you're able to accommodate them. I appreciate it. It would be awesome to...

If it helps understand how Fable (F# Babel) did it, for currying Fable just de-sugars to a new lambda when you don't provide all the arguments. Similarly pipes are literally...

Yeah I was super upset because it felt like I had been bait and switched, which I am confident was not their intent but when it was proposed as Pipes;...

Yes I agree with @haf. Nearly all the names @21c-HK proposed are more intimidating, longer, not actually any clearer. The only names that could possibly change are IVar and MVar....

I think bind is fine. If you want to improve ease of use focus on exposing computation expressions in documentation. Most F# programmers are at least experienced in consuming CE's.

https://code.visualstudio.com/docs/extensionAPI/vscode-api#FoldingRangeProvider https://stackoverflow.com/questions/36825024/can-you-customize-code-folding