Bar Arnon

Results 23 comments of Bar Arnon

I'm not sure there's anything to be done about this. YouCast just redirects the podcatcher to the stream YouTube provides. I'm assuming it's an issue with the app since BeyondPod...

I can't tell whether I'm allowed to do that under the existing GPL 2.0 licence.

I've been thinking about this for quite some time.. YouCast is mostly built using WCF's syndication (for RSS) and WPF. Those are the old windows-only technologies of .NET which isn't...

Would there be value in creating a command-line port of YouCast for other platforms? Without any GUI?

I've published a library that adds `ToAsyncEnumerable` externally: https://github.com/i3arnon/MongoAsyncEnumerableAdapter https://www.nuget.org/packages/MongoAsyncEnumerableAdapter @b11p It has `ToAsyncEnumerable` for `IAsyncCursor` as well.. since `IAsyncCursor` currently has `ToEnumerable`.

Hi, I'm not really sure what this PR is trying to achieve. It seems it contains many things combined together and I would prefer to deal with each in a...

I expected the `out` parameter to only return the existing value if it was there and `default` otherwise. This is usually the pattern with a `bool` returning method with an...

> As per the doc, they now recommend it What recommendation are you referring to?

The thing is that `ConcurrentHashSet` is different than the other collections. The difference between the rest is just the order of items. Would it make sense to add and take...