Reuben Bond

Results 468 comments of Reuben Bond

A fix has just been merged into [dotnet/runtime](https://github.com/dotnet/runtime/pull/101864)!

> For those watching or encountering this, note that the merged fix is for .NET 9 not .NET 8 Correct. Noah made a comment about it here: https://github.com/dotnet/runtime/pull/101864#issuecomment-2097518279 If you'd...

Here is a demo showing this in action on a 5-node cluster: [![Locality Aware Repartitioning video](http://img.youtube.com/vi/YkbObh-Uah4/0.jpg)](http://www.youtube.com/watch?v=YkbObh-Uah4 "Locality Aware Repartitioning")

Here's the snippet I wrote about Activation repartitioning from the v8.2.0 release notes. ### Activation repartitioning [!Activation Repartitioning in action](https://github.com/user-attachments/assets/d12764e9-ec04-433d-bff1-cdb33b3c1b1f) > Above: Activation Repartitioning in action. The red lines represent...

@benjaminpetit we should finish this PR

Please open a separate issue for "Issue 2" and the `IUniverseIndices` issue so we can track a fix. They might be caused by the same issue.

This seems like a bug to me. I would guess that Orleans' source gen is finding the default constructor and stopping the search, not finding the primary constructor. I am...

@n-sidorov when you get a chance, please agree to the CLA above. EDIT: the bot seems to think you've met the CLA requirements, so perhaps this step is not necessary...

Hi @abbottdev, thank you for opening the PR! We need to get the tests working in GitHub Actions, ideally using an emulator or some other containerized service. Do you have...