Sébastien Demanou
Sébastien Demanou
I wrote [`@vuedoc/parser`](https://github.com/vuedoc/parser) to generate SFC doc. It supports: - Extract the component name (from the name field of from the filename) - Extract the component description - Keywords Support:...
Same question: How to create a custom tag which works like `@module` for instance? ```js /** * @component MyComponent * @slot default - A default slot * @slot title -...
Custom tags feature are interesting to documented a specific framework for instance. So I should be able to document a Vue Component with its own terms for instance.
@rmjordas could you have a look on this PR please?
Any chance to have this package on NPM?
I have the same issue when trying to install without `--legacy-peer-deps`: ```sh $ node -v v16.14.2 $ npm -v 8.5.0 ``` ```sh mkdir test cd test npm init -f npm...
> Just experienced same issue with `@vuedoc/md`. `yarn` installs it without any problem. The error occurres only with NPM, no issue with Yarn.
It seems the issue occurred only when you try to map WebSphere port with non default ports. If you try with this, it'll work: ```sh docker run -p 9043:9043 -p...
You can fix the issue by installing `kubectl` using [Nix](https://nixos.org/download.html): ```sh $ nix-env -iA nixpkgs.kubectl nixpkgs.kubelogin nixpkgs.kubelogin-oidc ```
`redis` should me moved to the `peerDependencies` as it's used as the main dependency by `express-redis-cache`