Jerome Haltom
Jerome Haltom
@Tyrrrz Is there any ability to alter the execution process through extension methods? If so, I'd add this myself. I was thinking something about a Command having a delegate list...
Yeah. That's what I'm doing. But I can't make it an extension method, since there's no hooks for it. For instance, I'd like to be able to write Cli.Wrap("foo.exe").WithWin32Job() or...
Thinking through solutions. It might make sense to not use the standard .NET Core Console Logger provider for this. But instead to provide a custom one that filters log level...
Eh, it was never really updated all that often. I haven't worked on it in years, as I stopped using WPF and Silverlight. I'll totally accept PRs though.
What package are you using this on? Silverlight or the PCL one? Your code example seems to work fine with full .Net
Okay. Pinned down. Looks like I never implemented any sort of index space translation in the WhereOperation. And for whatever reason you hit a circumstance that I never tested. Which...
So, a temporary option for you might be to turn your query into an ObservableBuffer by invoking .ToBuffer() on the ObservableView. This basically wraps the ObservableView in a collection that...
Hiya. Yes, I know about this merging thing. I couldn't figure out a good way to deal with it. Any fix would be great. Think it works fine on reference...
I actually think one of the best ideas I had was to implement ValueType's differently than reference types.
Believe so! Thanks! On May 8, 2014 6:16 AM, "vinesworth" [email protected] wrote: > Hi, > > it's been a while and now I'm finally stuck into absense of joins, and...