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

[Bug]: There is a bug in line spacing where you cannot input or let it accept decimal/fractional which is needed in json/toml #765

Open
BlaskKilt opened this issue Dec 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@BlaskKilt
Copy link

BlaskKilt commented Dec 2, 2024

Issue

Line spacing, if inputted with 1, it will make a big gap that's why It needs to be a decimal number

Command Line Arguments

No response

Console logs

[local] Running in local mode
ERROR: [local] ValidationError: 1 validation error for Config
render.line_spacing
  Input should be a valid integer, got a number with a fractional part [type=int_from_float, input_value=0.3, input_type=float]
    For further information visit https://errors.pydantic.dev/2.9/v/int_from_float
@BlaskKilt BlaskKilt added the bug Something isn't working label Dec 2, 2024
@BlaskKilt BlaskKilt changed the title [Bug]: There is a bug in line spacing where you cannot input fraction [Bug]: There is a bug in line spacing where you cannot input fraction/decimal Dec 2, 2024
@BlaskKilt BlaskKilt changed the title [Bug]: There is a bug in line spacing where you cannot input fraction/decimal [Bug]: There is a bug in line spacing where you cannot input decimal Dec 2, 2024
@BlaskKilt BlaskKilt changed the title [Bug]: There is a bug in line spacing where you cannot input decimal [Bug]: There is a bug in line spacing where you cannot input decimal json/toml Dec 2, 2024
@BlaskKilt BlaskKilt changed the title [Bug]: There is a bug in line spacing where you cannot input decimal json/toml [Bug]: There is a bug in line spacing where you cannot input or let it accept decimal/fractional which is needed in json/toml Dec 3, 2024
@BlaskKilt
Copy link
Author

Is there any fix for this anyone?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant