Results 88 comments of IS4

@HaloFour True; it remains to be seen whether there is some safety concern non-`ref` types would *not* provide to warrant restricting to them as well. After all, you can very...

> I would expect the LocalPlayer state to be already updated when the event is triggered Why? The new value is stored in `value` after all, so perhaps it would...

Any progress on this? It's not really the best thing to have to download 150 MB of MKL just for one Fourier transform.

@KalleOlaviNiemitalo You can simulate this in a .NET Standard 2.0-compatible way without doing anything unsupported: ```cs using System; using System.Buffers; using System.Text; #pragma warning disable CS8500 public static unsafe class...

Sorry if I have missed it in this discussion, but I hope generic-invoke functional interfaces which are vital to situations with type producers are considered: ```cs public interface IGenericAction {...

I don't really see much of a reason or benefit in this. I have been saved by the kind of error this seems to want to remove a considerable number...

Coming from #51268 ‒ I can see that this issue happens when an old version of blazor.webassembly.js remains in the cache, but in my case, the file was exactly the...

Shouldn't it be `application/vnd.ipld.dag+json` and `application/vnd.ipld.dag+cbor`, i.e. with the `+`, to indicate that it is a subset of those formats using the structured syntax?

@lidel I see, thanks; I wasn't aware it should be synchronized with the multicodec table. Perhaps then it could have been `application/vnd.ipld.dag-json+json` etc. but that is a bit cumbersome. Nevertheless...

The failing tests are from js08-in.nq and js09-in.nq, where a lexically invalid `rdf:JSON` is used. I could try to update that too if needed. Perhaps some rationale is in order...