We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, if I have adopt8-hotspot-nightly installed and run scoop status, I get the following error:
adopt8-hotspot-nightly
scoop status
Cannot convert value "201910101115" to type "System.Int32". Error: "Value was either too large or too small for an Int32."
The error occurs here and could probably be fixed by changing [int] to [long] or [decimal].
[int]
[long]
[decimal]
The text was updated successfully, but these errors were encountered:
Will be fixed after recent hotfixes being merged.
Sorry, something went wrong.
Fixed in master
No branches or pull requests
For example, if I have
adopt8-hotspot-nightly
installed and runscoop status
, I get the following error:The error occurs here and could probably be fixed by changing
[int]
to[long]
or[decimal]
.The text was updated successfully, but these errors were encountered: