Marc Kruzik

Results 15 issues of Marc Kruzik

### Describe the bug After modifying a picture, the old version of the picture is still displayed. It's happening with the following commands (in their respective cells): `HTML("")` `` `![](data_output/picture.png)`...

bug
Area-VS Code Extension
waiting-on-feedback
Area-JavaScript HTML CSS
External

### Describe the bug Every time I open a dib notebook containing a markdown cell, one second later, the file is set as edited. The file should not be set...

bug
Area-Polyglot Notebooks Extension

### Describe the bug This example from the doc is working: ``` #!set --name url --value @input:"Please enter a URL" ``` Which gives a prompt `Please enter a URL`. ![2023_12_01-16h19m39s-●...

bug

### Describe the bug * I create a new markdown cell. * This markdown cell is in edit mode. * I type a few words. * I want to move...

bug
Area-Polyglot Notebooks Extension
External

**Is your feature request related to a problem? Please describe.** With #!import, I can import a notebook, even with a relative path. ``` #!import "../common/library/repo.dib" ``` Usually, the current working...

bug
Area-Submission Parsing & Magic Commands

### Describe the bug - I create a new ipynb notebook, with just one cell containing the following code: ``` new[]{1,2,3}.Display("application/json") ``` - I execute the notebook. - I save...

bug
External

We are using dotnet-repl to automate .dib notebooks as a replacement for scripts (.bat script, .sh scripts), as part of our DevOps revamping. As we are C# developers, using C#...

enhancement

I would like to link this issue from dotnet interactive, as I think it's more related to dotnet-repl: `Outputs from dotnet-repl are not displayed in by VS Code extension` dotnet/interactive/issues/3335...

I am trying to run a `--run` command with `--exit-after-run`, but it looks to fail when there is a Mermaid cell. But there is no bug if the Mermaid cell...

bug

Hello, I am glad to see the work which has been done here! I am using a lot of notebooks, and I would like to automate them, and get specific...