André Silva de Jesus
André Silva de Jesus
We could fork this and continue the development. Anyone wanna champion that?
Here I'm not able to minify a file with arrow-syntax lambdas at all. It just gives an error "Stack empty". If I change all lambdas to use the full function...
Sorry for the ignorance, but can someone clarify this for me: > 1) How is this related to #164? Does this proposal make it possible to implement Mads' `extension` proposal...
#2593 could also solve this issue.
I'm up for contributing with this, I just need to know the design decisions (will it be configurable programmatically or via configuration file? or both? or an overload for Asserts,...
I recently started with xUnit and I'm not even aware of what collections are. I have a project with many dozens tests which share absolutely no state. My expectation was...
Hey, has this been merged? Just the other day I was trying this out and getting the message saying that the software decoder would be used instead; Today, however, I...
> Can anyone check and confirm if AV1 with HDR works on the M3/M3 Pro models? See my last comment above
Actually I think there's a [better?] alternative: ```cs public async IAsyncEnumerable TraceAsync(Func func) { var enumerable = _tracer.Trace(func); await using var enumerator = enumerable.GetAsyncEnumerator(); while (await _tracer.TraceAsync(() => enumerator.MoveNextAsync().AsTask())) {...
> [@andre-ss6](https://github.com/andre-ss6) > > Can you please explain what "user libraries" are and how that differs from manually added games? Is this just bulk adding manually added games? If so...