Safia Abdalla

Results 518 comments of Safia Abdalla

Hello @groodt! We're still reviewing/accepting PRs and triaging issues on the project but we don't have anyone actively looking at addressing existing issues.

Great question! The docs assume some familiarity with Jupyter's concept of a server extension so I'll use this extension as an opportunity to explore further. The contents of this repo...

@shirhatti Agree with your assessment that it's probably not something we want to build on until the specification is stable. @rafikiassumaniMSFT Any particular reason this was marked for 6.0? I...

@ThorstenReichert Have you tried verifying that the port number and protocol used in the client match up with the port/protocol that the gRPC service is running on? @Bonuspunkt Can you...

Thanks for the write-up, Steve. I agree with the general approach. Some thoughts come to mind: - Jupyter servers that support the async flag should advertise this support somehow. Perhaps...

I was planning on implementing some of this over the weekend by leveraging [GitHub's License API](https://developer.github.com/v3/licenses/). The API is in dev preview mode right now but I think it does...

My big goal was this was for it to be [network-independent](https://twitter.com/captainsafia/status/837071540722135045). Instead of loading the license every time on on command, it would be loaded on [post-install inside package.json](https://twitter.com/captainsafia/status/837080982473883649). Although...

```diff - readonly Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit.RemovedAttributeName -> string! + readonly Microsoft.AspNetCore.Components.RenderTree.RenderTreeEdit.RemovedAttributeName -> string? ```

Please post questions and comments in dotnet/razor-tooling#7577

@JamesNK and I talked schema generation today and he shared some helpful insights on this domain. Notes from the discussion below: - In the context of OpenAPI, schemas exist outside...