David Piepgrass

Results 132 comments of David Piepgrass

> Ordinarily it would be poor form to set an observable within a subscription. However, since this is async, it won't cause any issues. The observable is only modified upon...

Well in my case, the Computeds depend on the cache, which itself is a set of Observables, which are the app's source of truth (not the database). I know better...

I see. Sadly I'm not actually using Assisticant because React is all the rage, I'm just sort of trying to use it to win an argument about state management. Btw...

I'm considering Assisticant now for computed state in an app's backend (no UI). But I don't see what Assisticant offers over [Update Controls](https://updatecontrols.net/doc/).... and I think Update Controls has better...

Thanks for your answer. I would say that it never hurts to have a more compact representation... for example, consider `var x: number = y + 1;`, represented as -...

Hmm... this is not entirely unlike my own dreams of making a [Multi-Language Standard Library](http://loyc.net/2014/design-elements-of-mlsl.html).

I have the impression that PEG.js doesn't support parameters of any kind on rules - which is surprising. This feature is very important to me. What I need is simpler...

Sorry @surajrautela, I don't understand this stuff, I'm simply not using `UseMvc` although I have a call to `IServiceCollection.AddMvcCore`. My `Configure` looks like this (but I don't need to serve...

Yeah, it looks mighty suspicious, but I'm not familiar with R. Anyone who does know R want to look for mistakes [over here](https://github.com/leedrake5/Russia-Ukraine/blob/182be4bdb1f94247f528d9968ad36fec587f5ebe/R/Automation/losses.r#L956)?

I got errors like this in a unit test project after doing a Rebuild All: error MSB3030: Could not copy the file "C:\Dev\SolutionDir\Bin\Debug\netcoreapp2.1\SomeProject.deps.json" because it was not found. error MSB3030:...