Phil Haack
Phil Haack
Is there any update about improving Python support?
@parkr Yeah, I'm kind of leaning towards that approach. @benbalter seem good to you?
Ok, just need someone to send a PR with at least one translated language. :)
My vote is to never return null and let others handle the exception and return null if that's what they want. That way no information is lost.
But doesn't a Task that can't return a value throw? My concern is that as a subscriber, I may need to understand _why_ it couldn't return a value. Null doesn't...
> I'd say it should always return Observable.Return(null), returning Empty should only be for observables that can return more than one item. The more I think about this, the more...
> A much more correct approach, if the first one isn't suitable for you, is to edit the syntax tree to remove paragraphs. This is a better approach IMO. Ping...
@isaacrlevin proposed an [interesting approach on Twitter](https://twitter.com/isaacrlevin/status/1269704253603409922): > Cross plat with Blazor as a single file exe is an interesting thing. I did that and was happy with the results....
@marisks YES! Let's do that. :) Want to help?
> Is there any reason to use OpenMappedExeConfiguration instead of OpenExeConfiguration? Umm, I have no idea honestly. :stuck_out_tongue: I'm fine with changing it to `OpenExeConfiguration` if it makes it work...