Konstantin Taletskiy

Results 21 comments of Konstantin Taletskiy

BTW, same error with edges: In the same 'DAG exampe' notebook, run ``` cytoscapeobj.graph.remove_edge_by_id('n1', 'n3') ``` ![image](https://user-images.githubusercontent.com/8834829/159765832-06c51077-3a4a-45c4-bea7-4ff146c20d29.png) ``` cytoscapeobj.graph.edges _______________________ [Edge(data={'source': 'n0', 'target': 'n1'}), Edge(data={'source': 'n1', 'target': 'n2'}), Edge(data={'source': 'n4',...

@marimeireles @MridulS here are some findings upon debugging the issue 1. It only manifests itself if widget is rendered. Consider these 3 examples based on the code from the [test...

@marimeireles @MridulS I would like to fix this issue, but I'm stuck. Could you give some feedback on my comment above?

Hi @manmoi01 @tavin for the solution! @ian-r-rose I created the PR to update documentation, Binder and the sample file to demonstrate equation references working.

Hi @joequant, thanks for the suggestions. I am going to ask a couple questions about your suggestions: 1. There are currently two ways to create a new .tex file from...

Documentation also says "PopenSpawn is not a direct replacement for spawn". That suggests to me that we would need to add separate implementation of GitAuthInputWrapper for Windows. Any thoughts on...

I confirm this bug exist. There is an inconsistency in execution path calculation here: https://github.com/jupyterlab/jupyterlab-git/blob/b8ba58623ed9f9d498242f6641bfc96b541885b0/jupyterlab_git/handlers.py#L668 I experimented with cloning the same repo in Windows on external drive and on the...

Digging more, I see that there the problematic relative path in `url2path(data["top_repo_path"])` (`..\..\SYNOLOGYNAS\home\notebooks\test_git_push`) for network drives stems from calculating incorrect relative path in `model.getRelativeFilePath`: https://github.com/jupyterlab/jupyterlab-git/blob/b8ba58623ed9f9d498242f6641bfc96b541885b0/src/model.ts#L602-L610 | | Windows (C://) |...

`Untitled.ipynb` and `.DS_Store` should be removed. I recommend updating .giignore to filter .DS_Store files

For some reason, I can't get Github to correctly match index.ts in the old and new location