We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both code snippets for getting the French isograms:
(ZnClient new get: 'https://raw.githubusercontent.com/SquareBracketAssociates/ LearningOOPWithPharo/ master/resources/listeDeMotsAFrancaisUTF8.txt') lines
and
(ZnClient new get: 'https://raw.githubusercontent.com/SquareBracketAssociates/ LearningOOPWithPharo/ master/resources/listeDeMotsFrancaisFrGutUTF8.txt') lines
throw the error Instance of ByteArray did not understand #lines.
Instance of ByteArray did not understand #lines
This one works properly:
(ZnEasy get: 'https://raw.githubusercontent.com/SquareBracketAssociates/LearningOOPWithPharo/master/resources/listeDeMotsAFrancaisUTF8.txt') contents lines
BTW, does GitHub support some kind of url shorter to make the url more readable?
The text was updated successfully, but these errors were encountered:
The problem should be elsewhere because you should get a superlarge array
Sorry, something went wrong.
404: Not Found is not what we are supposed to have.
No branches or pull requests
Both code snippets for getting the French isograms:
and
throw the error
Instance of ByteArray did not understand #lines
.This one works properly:
BTW, does GitHub support some kind of url shorter to make the url more readable?
The text was updated successfully, but these errors were encountered: