Peter Rottmann
Peter Rottmann
**Describe the bug** Search values on async loaded data removes previous selected values. REPL: https://svelte.dev/repl/421b3798d22a47458a575cc5ecad3d93?version=3.46.3 Type "asy" and it removes the current selected value. Press "ESC" to close without select...
I test a node app api paths (express) and use routegen to get the url. I wrote a wrapper to add routes to express and to routegen, but express has...
**Versions (please complete the following information):** - Chokidar version 3.2.2 - Node version 10.16.3 - OS version: Linux Mint 19.2 ``` addDir test/Unbenannter Ordner unlinkDir test/Unbenannter Ordner addDir test/1 add...
I use a "EmailReadImap" node in many workflows and they reconnect every 5 minutes to different sever. I can see a reconnect every 5 minutes in the mailservers log-files, so...
## Bug Report #### Steps to reproduce Settings ``` homepage: "index.md" relativePath: false routerMode: history basePath: /test/ ``` Open the doc `http://localhost:9000/test/` #### What is current behaviour It did not...
#### Steps to reproduce Config: ``` relativePath: true routerMode: hash basePath: / ``` Open a doc `http://localhost:3000/#/` #### What is current behaviour Error: ``` docsify.js:466 Uncaught TypeError: Cannot read properties...
Get rid of the lint error `File 'node_modules/mikado/index.d.ts' is not a module.` when import the file.
Not sure if it is a bug, a feature request, an intended process, or simply my misconfiguration. When using a prependData scss file, that is compiled async (tailwindcss watch mode),...
Registering all helpers, render and unregister all helpers work. Registering all helpers again is not possible, all handlebars-helpers references are deleted. ``` const helpers = require('handlebars-helpers') let handlebarsHelpers = helpers()...
Let npx locate the "bin" from package.json first and execute it. It is meant for when you develop a project and you work in the directory, at this point your...