Momo Kornher
Momo Kornher
IDK, this works for me. Not sure if it's just the different number. ```ts project.github?.tryFindWorkflow('upgrade')?.file?.patch(JsonPatch.replace('/jobs/pr/steps/4/with/body', 'banana bread')); ```
Thinking about it, I believe the overrride syntax is not using `[]` but dotnotation, so this should also work: ``` updateYml?.addOverride('jobs.pr.steps.5.with.body', description); ```
Yes, we would accept a PR for this. I think jsii should accept any version constraint that is not a semver version, but warn the user about the fact that...
Nice! Yeah that seems like a relatively straight forward feature.
I think it's fixed in the latest version of my fork. Can you confirm that?
Browser and OS please. Example code if possible. Honestly can't confirm it with the fork atm. Only fires when mouse is moved :(
@larsvoigt Which kind of "modal dialog" are you using? Bootstrap? Some other jQuery Plugin? Can you provide an example? In general the colpick is added to the document body. As...
@melaniemacaisne I'm happy to look into this, if you can provide me with some code to reproduce the problem.
See Issue https://github.com/josedvq/colpick-jQuery-Color-Picker/issues/24
Thanks for reporting! Looks like the call to eslint fails because of Yarn PnP. In the meantime, you should be able to use `npx projen new awscdk-app-ts --package-manager=yarn2 --no-post`