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
In render.go:244, fmt.Fprintf will panic if buf's cap is not enough. Maybe you can consider use buf.WriteString() in stead, so that it's cap can grow if needed.
Here is a bug.
In render.go:244, fmt.Fprintf will panic if buf's cap is not enough. Maybe you can consider use buf.WriteString() in stead, so that it's cap can grow if needed.
The text was updated successfully, but these errors were encountered: