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 the official Arch Linux repository there is an outdated version of the python-milc package (1.8.0). this makes the qmk script unusable, because in milc versions before 1.9.0 there was no set_options attribute.
to restore the script's functionality, I suggest adding an attribute check. if it is not there, then fallback to now-deprecated set_metadata.
Additional Context?
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
in the official Arch Linux repository there is an outdated version of the python-milc package (1.8.0). this makes the qmk script unusable, because in milc versions before 1.9.0 there was no
set_options
attribute.to restore the script's functionality, I suggest adding an attribute check. if it is not there, then fallback to now-deprecated
set_metadata
.Additional Context?
No response
The text was updated successfully, but these errors were encountered: