Safia Abdalla

Results 105 issues of 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...

feature: components
app:desktop
stale

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...

feature: epics
pkg:editor
feature: components
stale
pkg:epics

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

bug
kernels
stale

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...

bug: components
stale

**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...

enhancement
chores
stale

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_

area-commandlinetools
feature-usersecrets

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...

bug
area-commandlinetools
feature-dotnetwatch
feature-hot-reload

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...

enhancement :star2:

# 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 *...

Proposal
Proposal champion
Implemented Needs ECMA Spec

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...