Ani Betts

Results 325 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...