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
This isn't a pep8 error that flake8 can pick up (AFAIK) but something I'm aware of that we should make an effort to get right before the end of the GSOC :)
The text was updated successfully, but these errors were encountered:
* removing the git submodules
* import otf, tf is now working
* creating welcome screen
* # This is a combination of 2 commits.
# The first commit's message is:
completing the welcome page UI
add user color to the icons
Fixes#32Fixes#35Fixes#62Fixes#82
add load, save, import, export buttons to the top bar
add buttons for welcome, manager, summary and editor pages (but note that on the welcome page these wont be active sometimes
Use a UFO of Geo with just 101 glyphs as the demo font Fixes#82
# The 2nd commit message will be skipped:
# fixing some thing
* resolving conflicts
* removing the git submodules
* import otf, tf is now working
* creating welcome screen
* # This is a combination of 2 commits.
# The first commit's message is:
completing the welcome page UI
add user color to the icons
Fixes#32Fixes#35Fixes#62Fixes#82
add load, save, import, export buttons to the top bar
add buttons for welcome, manager, summary and editor pages (but note that on the welcome page these wont be active sometimes
Use a UFO of Geo with just 101 glyphs as the demo font Fixes#82
# The 2nd commit message will be skipped:
# fixing some thing
* resolving conflicts
custom_box.py#L21 has
and this style of string formatting is deprecated; it should be done with str.format()
This isn't a pep8 error that flake8 can pick up (AFAIK) but something I'm aware of that we should make an effort to get right before the end of the GSOC :)
The text was updated successfully, but these errors were encountered: