Grady Barrett
Grady Barrett
@spulec I bumped my version back to 0.3.10, and expected that to fix this based on your above comment and the timeframe that that fix got merged. Alas it didn't...
Also having this problem. Tags I've tried include @note, @see, and @deprecated. @params, @return, among others, work as expected.
A use case I've been mulling over for a while is pulling metadata from something like [backstage.io](https://backstage.io/docs/features/software-catalog/software-catalog-api#docsNav) and storing it in context. While we don't use backstage at my current...
[email protected] [email protected] building on [[email protected]](https://packages.atlassian.com/maven/repository/public/com/atlassian/bamboo/atlassian-bamboo-elastic-image/6.12/) Just ran into this today. Were there any other solutions to this? My project was set up using a projen 0.58.15 JsiiProject, which is running...
This is a pretty big point of annoyance when it comes to trying to render multiple inputs inline: ```html % at $ .00 ``` Any chance this is getting worked...
@jwsomis what project type are you using? Is it by chance JSII? I just ran into this today myself. It only happens in CI b/c of https://github.com/projen/projen/blame/fe90fd8021bfc1aaae7d9072807644df6de5aba6/src/cdk/jsii-project.ts#L213. What's awkward is...
Depending on how your build workflow works you can try emptying the CI environment variable when running `projen release`, to avoid triggering the rsync, and instead just run package:all like...
I figured as much. 😄 You'll probably find that your not actually able to release a correct version with the current task setup. Hoping to fix that with #1953 in...
@Chriscbr, not at my computer, but a quick check would be how jsii handles lambda.Code and other *.Code classes in aws-cdk.