Baptist BENOIST
Baptist BENOIST
Add configuration option to generate files with PascalCase instead of the default naming convention
## I'm submitting a... - [x] Feature request ## Current behavior As of now, if I generate a new file with `nest g`, its is named `name.type.ts` (e.g. `my.module.ts`). I'd...
Since Meteor now supports TypeScript, it would be nice to have type definitions on this package. Documentation: https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html Template: https://www.typescriptlang.org/docs/handbook/declaration-files/templates/module-d-ts.html
[This line](https://github.com/DavidWells/markdown-magic/blob/e02992ea704a7aa09d7c7235704482325ea69477/cli.js#L47) is preventing me to exclude the `common/temp/node_modules` directory of my monorepo and any "subproject" `node_modules` directory 😢 e.g. If I `md-magic --path '**/*.md' --ignore 'common/temp/node_modules/**'`, the tool tries...
```txt $ npm install --global-style --no-bin-links --no-optional verdaccio-gitlab npm WARN deprecated [email protected]: The gitlab package has found a new home in the @gitbeaker organization. For the latest gitlab node library,...
It would be nice to have an option to add [TSDoc comments](https://api-extractor.com/pages/tsdoc/doc_comment_syntax/) alongside the generated code. (TSDoc is supported natively by editors such as VSCode) Example: ```ts /** * Some...
Vagrant is slow and cannot be used on CI systems. We need to mock calls to the executable when running tests.
Tracks: - [KDevelop source code](https://projects.kde.org/projects/extragear/kdevelop/kdevelop/repository/revisions/master/show) - [Qt Creator](https://github.com/qtproject/qt-creator)
As qmllint it present in Qt [since mid-2014](https://codereview.qt-project.org/#/c/89508/9), we can rely on its presence in `PATH` to add linting features to VSCode. As stated by VSCode documentation, we need to...
Not sure of the feasibility. Tracks: - [Prototyping with qmlscene](http://doc.qt.io/qt-5/qtquick-qmlscene.html)