You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type checker must ensure scripts and cli options are type compatible
for example: an inform action doesn't return an image buffer
for example: resize x: Into<SizeUnit> y: Into<SizeUnits> takes for both x and y a certain size unit. This may be a pixel, but also a percentage as propose in Add unit parsing for operation arguments #600. Our type checker should be able to verify the type can be taken by the resize fn
We should be able to run the type checker on "compile time", that is before a user ever supplies an actual image
The text was updated successfully, but these errors were encountered:
The type checker must ensure scripts and cli options are type compatible
resize x: Into<SizeUnit> y: Into<SizeUnits>
takes for both x and y a certain size unit. This may be a pixel, but also a percentage as propose in Add unit parsing for operation arguments #600. Our type checker should be able to verify the type can be taken by the resize fnWe should be able to run the type checker on "compile time", that is before a user ever supplies an actual image
The text was updated successfully, but these errors were encountered: