Bill Barry
Bill Barry
Does anyone know what missing edge features are the reason for the drop? Or is it just the reduction of testing costs for a browser almost nobody uses? I mean...
@ayoubkhan558 this project doesn't use the bootstrap js (yet). You do not need jquery in your angular bootstrap project using this repo and there are no plans for that to...
you should specify @types/d3 in peer dependencies this is a bug
While new deprecations may not be considered breaking, they do widely cause build failures and it seems there are at least some of these in v7 such as https://github.com/ReactiveX/rxjs/issues/5967
separate; this is for the feature as it shipped in C#7
@bartdesmet has done a bunch of prototype work seemingly related to this issue: https://github.com/bartdesmet/ExpressionFutures/tree/master/CSharpExpressions
> The requirement to initialize such fields could make it safe: Not really: ```csharp MessageWrapper Create() { var header = CreateHeader(); return new MessageWrapper(ref header, CreateBody()); } // call this...
I am not sure if that is enough because `Header` here is not a `ref struct` (and `ref struct` types cannot be held inside a `Span` as the generic argument,...
The reason the `Span` type is useful is because it is public and already has the associated apis for `Span`. Any other name might as well be the [`ByReference`](https://github.com/dotnet/coreclr/blob/master/src/mscorlib/src/System/ByReference.cs) type....
I'd say `async`/`await` is a single language construct that uses more than one keyword to express.