Danny Adair

Results 28 comments of Danny Adair

Example: Taking the flexselect example model, this problem occurs when "company_contact_person" is not a required field. Then you can set the "Company", leave "Company contact person" blank, and next time...

I'm suspecting when a select is adjusted it just needs to fire a change() so other selects can act on that.

What happens to these type of PRs? git-aggregator?

same here - commits are found, analyzeCommit step started but just exits with 0 not looking at any commits. Is there a way to pin conventional-changelog to an earlier version?

@wyardley Thank you! That worked. We just do an ad-hoc install in a docker container with GitLab CI. Pinning `conventional-changelog-conventionalcommits` with `@6` as per #2929 did the job.

[rewrite_slackdump_urls.py](https://github.com/user-attachments/files/22863501/rewrite_slackdump_urls.py)

I started by looking at https://gist.github.com/codeallthethingz/38e340d15b26dc0b75e455aae37df8e2 which wasn't quite what I needed for Slack->Discord migration. For anyone having this issue I've successfully used the attached script`rewrite_slackdump_urls.py` - just drop it...

What further activity is required