Kevin Burge
Kevin Burge
Fix the error when attempting to use strconv.FormatFloat with a zero value: cannot use 0.0 (type float) as float64 in argument 0 to strconv.FormatFloat: value was rounded down The tests...
### What version of CUE are you using (`cue version`)? master 00c5ddf5 ### Does this issue reproduce with the latest release? Yes ### What did you do? t6: strconv.FormatFloat(0.0, 102,...
The existing code does not handle the case where a ref delta refers to another deltified object. Once the "parent" was undeltified, not attempt was made to resolve references to...
**cos-toolkit version:** master (built probably June 14/15 whenever the initramfs "cut" problem was introduced) **CPU architecture, OS, and Version:** amd64 Leap 15.3 **Describe the bug** This is a potential bug....
While it may be handy to have azurerun mixed in with awsrun, not everyone that uses aws also uses azure. So, building in a private environment, I have to pull...
If you have two screens, new windows in floating layout can appear offscreen and inaccessible. The below patch on 3.5 branch fixed it for me (borrowed from awesome's original rc.lua)....
Would it be hard to pop up a prompt to ask for the tag to switch to, and, if it's not "open" yet, do the same behavior as add()? I'm...