It has a pkl configuration using bandwidthRequirementPerSecond = 50.mib.toUnit("mb"), but it output bandwidthRequirementPerSecond = 50.mb when evaluating.
It should be bandwidthRequirementPerSecond = 52.4288.mb.
Originally created by @floating-cat on GitHub (Feb 3, 2024).
Link: https://pkl-lang.org/main/current/language-tutorial/03_writing_a_template.html#typed-objects-properties-and-amending
It has a pkl configuration using ` bandwidthRequirementPerSecond = 50.mib.toUnit("mb")`, but it output ` bandwidthRequirementPerSecond = 50.mb` when evaluating.
It should be `bandwidthRequirementPerSecond = 52.4288.mb`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @floating-cat on GitHub (Feb 3, 2024).
Link: https://pkl-lang.org/main/current/language-tutorial/03_writing_a_template.html#typed-objects-properties-and-amending
It has a pkl configuration using
bandwidthRequirementPerSecond = 50.mib.toUnit("mb"), but it outputbandwidthRequirementPerSecond = 50.mbwhen evaluating.It should be
bandwidthRequirementPerSecond = 52.4288.mb.