mickog
mickog
Hi I hope this is the right place to create this issue, it might be more Microsoft related but maybe you can help? When a user creates an outlook add...
Hi there, I am using JCodeModel but cannot find how I can generate a method that returns a call from its super class. Relevant parts of what I have .....
### Reproduction Steps ``` const app1= new cdk.App(); const stack1 = new cdk.Stack(app, "stack1"); const stack2 = new cdk.Stack(app, "stack2"); const topic = new Topic(stack2, 'Topic'); const bucket = new...