Jaipreet Singh

Results 12 issues of Jaipreet Singh

Moving over the discussion from https://github.com/jupyterlab/jupyterlab-git/issues/317 ------------------- Here's an initial draft for the diff view improvements: ![image](https://user-images.githubusercontent.com/551333/55839517-01718580-5add-11e9-863c-ee11a361cba7.png) **Revision notes:** 1. Simplify and reduce focus on hidden unchanged cells 2. Reduce...

Notebooks cell outputs can be a hindrance in Version Control while reviewing the diff of a commit to see what changed (either in a PR or historically) Some ideas on...

status:Help Wanted
documentation

The Git extension displays a rendered diff of Notebook files. In some cases, the user may want to inspect the raw JSON diff as well to enable more detailed introspection...

enhancement

### Steps to repro * Create an empty CodeCommit repo * Clone locally * Touch a file, stage, push. * `Push failed` with an empty error message ### Details On...

bug

Creating this issue to hash out some ideas while dealing with merge conflicts 1. Use clicks the `Pull` 2. IF there are merge conflicts, 1. Manual merge: The files in...

status:Needs Discussion
enhancement

A novice Git user using the extension had issues realizing that they need to "Stage" and then "Push" ``` In the UI, it wasn’t immediately clear to a novice Git...

status:Needs Discussion
tag:Design and UX

* Refactor S3 into interface * Add Git

enhancement

Contains two accompanying files * Press Release * Technical proposal cc @yuvipanda @Zsailer

The `inspectVariables` request and the variable explorer panel in the debugger seems to display functions with a leading underscore. Here's a simple repro ``` def _abc(): return "Hello" def abc():...

From the [JEP](https://github.com/jupyter/enhancement-proposals/pull/41), a conversation came up around being able to identify if events came from trusted components. For example, if a system is interested in capturing an audit trail...