-
Couldn't load subscription status.
- Fork 295
include speakingurl #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include speakingurl #377
Conversation
test/unit_tests/util/UtilSpec.coffee
Outdated
| expect(z.util.compare_names('René', 'Rene')).toBeTruthy() | ||
|
|
||
| it 'Παναγιὡτα equals Panagiota', -> | ||
| expect(z.util.compare_names('Παναγιὡτα', 'Panagiota')).toBeTruthy() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change it to: ώ instead of ὡ (in the description as well)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
|
Still failing because of |
2d72a71 to
0fd6278
Compare
|
Yes, but it should work now. Forgot to bundle speakingurl. |
remove speakingurl from webapp-module-external and make it a dependency in webapp. Created a PR on the speakingurl repo with the Omega fix we used to have in our repo. I also upgraded from 4.0.0 to 10.0.0.
see pid/speakingurl#86