Peter Ernst
Peter Ernst
When jupyter is started on a drive which is different from the drive where cl-jupyter was installed, the cl-jupyter kernel does not start any more on Windows. This failure is...
Hi Robert, I've updated to the latest sources and now have a startup issue with `maxima-jupyter` (installed with method 2 - loadable source installation). On startup this exception is thrown...
Hi, I'm having an issue with Git submodules as described below: ## Description When a directory is a GIT submodule, an attempt to open it with the `@jupyterlab/github` extension displays...
The motivation for this pull request is the poor (non-existing) support for code language in `` sections by the XML documentation specification: [D.3.3 ``](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/language-specification/documentation-comments#d33-code). Oftentimes it is necessary to include...
This addresses issue #310: which describes a download failure for a specific website, because `pageTitle` is empty. The proposed fix here makes sure that the HTML document processed in `background.js`...
This fixes issue #191, #272, and most likely #278 The ugly flattened rendering of code blocks is caused by the removal of the `` element from its owning ``. `code.innerText`...
Some minor changes. Unfortunately, the developer decided to re-format the code. This inflated the diff.
Version 0.5.0 has a fair number of fixes and improvements.
Found in: https://www.developmentsimplyput.com/post/strategy-design-pattern-in-net-c Despite a missing `` tag the browser displays a reasonable title. However, the website cannot be clipped because `pageTitle` is empty. The extension silently fails to download...
Fixes issue #201 . Some website specify the href of the base tag as '/' rather than the base uri of the website. This causes the JDOMParser to set: *...