Nwel
Nwel
I added this repo as a submodule in my project as I needed to use the programmatic API and needed to fix #20. Why not release this version, at least...
When using the v1.0.0 programmatic API, some calls fails without any message. I can't share an URL in order to reproduce as the only one I have should stay private....
I tried to use the `info` parameter when using the programmatic API for getPost: ``` async function importer(link, dir, name) { return mediumexporter.getPost(link, { output: path.resolve(dir, name), hugo: true, frontmatter:...
several warnings about missing semicolon or whitespace was reported by tslint
Commitizen only implements the normalized [PEP-440](https://www.python.org/dev/peps/pep-0440/#pre-release-separators) prerelease format, excluding separators between : - the release segment and the pre-release segment - the pre-release signifier and the numeral Therefore, when using...
I would like to display tests duration in the console like with the spec reporter (see https://mochajs.org/#test-duration), but can't figure out how to do it with karma-mocha-reporter. When adding https://mochajs.org/api/mocha#slow...
### Description of the bug When using a `` element, `router.baseURL` correctly retrieves the right value. However, when trying to call `Router.go(relativePath)`, no route is found. Calling `Router.go(document.querySelector('base')?.href + relativePath)`...
Issue assez inhabituelle (je ne ferais pas ça dans un cadre Open Source classique), mais je pense qu'on est ici dans un cas un peu particulier :wink: Je ne veux...
### Question In markdown files, I extensively use the Vuepress "[import code snippet](https://vuepress.vuejs.org/guide/markdown.html#import-code-snippets)" syntax, which allows importing some delimited part of a code file as a code snippet (see https://github.com/vuejs/vuepress/pull/2225)....