dnmd

Results 6 issues of dnmd

Hi, Thanks for this nice plugin! I did notice a small issue. The execution of `setCorrectingInterval` stops when a tab no longer has the focus on mobile devices. However when...

Having multiple different, separated, sets of mappings is quite common to have. Not only because a single set can serve a very specific purpose, but also because merging sets is...

As per instructions from the [monaco editor repo](https://github.com/Microsoft/monaco-editor/issues/604#issuecomment-344214706), the preferred method of creating tabs is; - create a single editor instance via `monaco.editor.create({ ... , model: null })` - create...

Some `npm packages` have additional dependencies outside the `npm` scope. For example the `puppeteer` npm package will download a recent version of Chromium. Chromium in its place depends on packages...

question

This project seems a nice fit for constructing dynamic `paths` within the `tsconfig.json` where based on e.g. an environment variable a different directory is used to e.g. load different data...

Is there a specific location where the "screenshots" are (temporary) stored? Or are the screenshots in-memory and discarded as soon as the app is closed from the switcher? Regardless of...