Ani Betts

Results 353 comments of Ani Betts

I like the general idea of this patch, but I'm not sure about the actual logic - why the `find` and `fs.existsSync`?

HAML is possible though you should build this against the in-progress electron-compile 2.0, since the compiler API is different

I don't _think_ this is right? But I don't remember how x-require works, so I have to look into it. I'll try to fix the underlying bug

It's still good advice, but it needs some additional qualifiers, if you alias a passed-in variable: ```csharp public Service SomeOtherThing public MyCoolViewModel(Service someOtherThing) { SomeOtherThing = someOtherThing; // ... this.WhenAny(x...

Actually here's what you do, this is even easier. Use Fody.ModuleLoader to make RxSpy.Server load itself automatically on DLL load. Then, you use the Debugger APIs (https://www.nuget.org/packages/Microsoft.Diagnostics.Runtime) to grab a...

Here's a scenario if you want one to design around - because I'm _ancient_, I have a bunch of extremely old CD1/CD2 releases at 480p that I want to write...

@krlvi Nothing Windows specific on this one I can think of, feels like the app just wrote a buffer that was bigger than the content

@RobinSrs Keep in mind that you can always copy-paste `src/ReactiveUI.Maui/RoutedViewHost.cs` into your app, and change it however you want, you don't need to wait for ReactiveUI to make a release....

@craigloewen-msft I hit this too, #5026 seems to be related. It seems to be more reliably triggered if you run `shutdown /r /t 0` to reboot the machine. I don't...

@craigloewen-msft That's surprising, on my computer it hits nearly 100% of the time. Use the VM for something real, wait a bit, `shutdown /r /t 0`, your .zhistory file's last...