Safia Abdalla
Safia Abdalla
In https://github.com/nteract/nteract/pull/5113, @fiedl introduced support for dragging and dropping of images into the notebook into a feature branch. This issue outlines the remaining issues in this work as outline in...
This issue captures a shower-thought I had around the efforts to make the nteract notebook component more editor-agnostic. Some of the work around stateful components (ref: #4731) but there's an...
If a kernel with the given name cannot be found, fallback to other kernels of that language. Ref: https://github.com/jupyter/repo2docker/issues/570
Opening this as a follow-up to [an issue](https://github.com/nteract/nteract/pull/4771#discussion_r358405916) that was brought up in this PR. Packages that include CSS imports won't work in contexts where there is no CSS-loader, such...
**Context** Currently in nteract, we provide two main applications: an Electron-based desktop app and a Jupyter extension. Each application has a different setup for how it provides keyboard shortcuts. The...
Ok, so if multiple keys for the same issuer is allowed, does reset need to delete all keys from the same issuer now? _Originally posted by @BrennanConroy in https://github.com/dotnet/aspnetcore/pull/42674#discussion_r935814933_
I want to be able to run `dotnet watch run --urls="https://localhost:7005"` to start my application server at a specific port and have hot reload enabled. However, hot reload is not...
For consistency with the rest of nteract, we should use rx-jupyter when interfacing with the Jupyter server. This will require updating the types and invocations in `ws-kernel-picker.js` and `ws-kernel.js` to...
# Support default parameter values in lambdas * [x] Proposed * [X] Prototype: No prototype needed * [X] Implementation: done * [X] Specification: https://github.com/dotnet/csharplang/blob/main/proposals/csharp-12.0/lambda-method-group-defaults.md ## Design Discussions * https://github.com/dotnet/csharplang/blob/main/meetings/2022/LDM-2022-04-27.md#default-parameter-values-in-lambdas *...
Starting in .NET 7 Preview 7, we introduced new behavior in the authentication area in ASP.NET Core. Previously, users were always required to set the default authentication scheme that would...