Marcio Cruz de Almeida
Marcio Cruz de Almeida
`@pjid` it's used to create reference to projen documentation, you don't need this Try to create a project this way ```ts $ npx projen new --from file:/home/zmully/gitwork/scala-test ```
Hi @TheRealAmazonKendra I had to update the branch last time because somehow PR Linter broke, you can check if it's good
@kaizencc Your comments are perfect I will make the changes to make sure this new implementation doesn't breaks what was done previously
@kaizencc I don't undestand, if I deprecate `filters` a lot of test have to be changed to `testDeprecated` The initial problem is that the `filters` parameter is of type {[key:string]:...
Hi @kaizencc My motivation was to make it clearer that the ideal was to use `FilterCriteria` to generate the pattern since the type that `filters` receives is {[key: string]: any}...
I think you should set `cdk8sCliVersionPinning` as true ``` const { cdk8s } = require('projen'); const project = new cdk8s.Cdk8sTypeScriptApp({ cdk8sVersion: '2.0.0', cdk8sCliVersionPinning: true, defaultReleaseBranch: 'main', name: 'pj-cdk8s2', }); project.synth();...
I believe the problem is that we are seeing conflicts with passing parameters to a command and the proposal to keep tasks with a single purpose I believe that we...
@Chriscbr I don't think it a bug It doesn't matter where the test, pytest search inside project folders and test every file begining with `test_` and ending with `.py` The...
Version automatically bump when merge your PR to main If you want to change from experimental to stable you need to set majorVersion on projenrc file
I think we need some refactoring for this In python and java projects the sample code variable is called a 'sample', maybe if we put 'sampleCode' in the project class...