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 definition of table-attach has left, right, bottom, and top as required arguments
but the call to the function uses keyword argument syntax :left left :right right etc.
I've created a PR for this, and made a simple fix. I've changed the call-site to match the function definition.
The definition of table-attach has left, right, bottom, and top as required arguments
but the call to the function uses keyword argument syntax :left left :right right etc.
I've created a PR for this, and made a simple fix. I've changed the call-site to match the function definition.
See. #11
The text was updated successfully, but these errors were encountered: