Zack
Zack
When analyzing the English Wikitionary, getWordForm() always returns null for IWiktionaryEntry objects with a language of "Polish" --- even if the corresponding entry has a declension/conjugation table. Is this the...
Added a workspace preview for .ipynb files in the pl-file-preview using notebookjs. Notebookjs uses DOMpurify to sanitize the rendered markdown. Future work could include: Better styling of the markdown Adding...
This is a feature request (not a bug) Please add a page that lists all questions that need grading. I use mastery grading and give a lot of "one-off" make-up/second-chance...
This small change fixes the problem I mentioned in this issue: https://github.com/jsvine/notebookjs/issues/54 There might be additional changes that would make the library even more robust; but, this one line is...
Please remove the dependency on `this` being defined. Doing so will allow notebookjs to be use with `import` in addition to `require`. Here is the problem: If I want to...
When I attempt to install this node module on a Raspberry Pi 3 running Ubuntu, I get the following error: `npm error ../../node1-libxmljsmt-myh/node_modules/nan/nan_callbacks.h:55:23: error: ‘AccessorSignature’ is not a member of...
This PR only modifies one line in `loader.js` to failover to `globalThis` if `this` is undefined. This fixes the problem of `showdown` crashing when used on the client side as...
### Describe the bug When I take my project that works on my Mac, and with all three GitHub Actions (linux, Mac, Windows), then try to run it on a...
### Describe the bug EXTENSION_DEV_PATH appears to have no effect on run-tests. I cloned `vscode-extension-tester-example` and tried to run the tests on the compiled source (instead of the .vsix file)....
When running tests, how does one see the output generated by `console.log` statements in the extension code (as opposed to the test code)?