Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: handle change in tabler svg tag from oneline to multiline #82

Merged
merged 1 commit into from
Mar 24, 2024

Conversation

SethMilliken
Copy link
Contributor

Adds re.DOTALL flag to ignore newlines in regex looking for viewBox attribute in svg tag to address #81

@SethMilliken
Copy link
Contributor Author

nb: currently untested; not sure how to or if I can execute GitHub Actions against my fork a la west.yaml remotes/projects.

@caksoylar
Copy link
Owner

Thanks! I'll have a proper look later today. You can test the workflow on your branch by changing the uses: value: https://github.com/caksoylar/zmk-config/blob/main/.github/workflows/draw-keymaps.yml#L14

@SethMilliken
Copy link
Contributor Author

Success! That flag does indeed fix it.

FWIW, I also had to change the install line in my draw-zmk.yaml workflow to point to my repo. Not sure if there is a straightforward way to change that to "just work" after forking.

@SethMilliken
Copy link
Contributor Author

FYI, going to back out that install line change in this branch so that this is actually mergeable again.

@caksoylar caksoylar merged commit ce8bdce into caksoylar:main Mar 24, 2024
2 checks passed
@caksoylar
Copy link
Owner

Thank you! This works and I think this is the right way to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants