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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: edge case when attempting to pad title #422

Merged
merged 1 commit into from
May 8, 2022

Conversation

Dirrk
Copy link
Contributor

@Dirrk Dirrk commented May 7, 2022

馃憖What is this pr about?

Issue Link

馃殌 Changes

Fixed

  • Fixed edge case where it calls string.repeat with a negative number

Resolves #415

@Dirrk Dirrk changed the title fix: #415 fix: edge case when attempting to pad title #415 May 7, 2022
@ayonious ayonious changed the title fix: edge case when attempting to pad title #415 fix: edge case when attempting to pad title May 8, 2022
@ayonious ayonious merged commit c9e8994 into ayonious:master May 8, 2022
@ayonious
Copy link
Owner

ayonious commented May 8, 2022

Thanks a lot @Dirrk !

ayonious pushed a commit that referenced this pull request Aug 24, 2022
## [2.11.1](v2.11.0...v2.11.1) (2022-08-24)

### Bug Fixes

* add character length dictionary for string length computation in console  ([#431](#431)) ([89f6db2](89f6db2))
* dont allow negative numbers in string.repeat ([#422](#422)) ([c9e8994](c9e8994))
* Fix color resetting for borders ([#428](#428)) ([bcb6e8c](bcb6e8c))
@ayonious
Copy link
Owner

馃帀 This PR is included in version 2.11.1 馃帀

The release is available on:

Your semantic-release bot 馃摝馃殌

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

Successfully merging this pull request may close these issues.

Error: Invalid count value when no rows
2 participants