Closed KNishikura closed 5 years ago
would you like to submit a merge request?
I do not know the essence of why this code is a problem.
@KNishikura perhaps a good solution for now is to just change the Formatter
class to be like the readme, so that it produces 5 spans?
I could do that pull request, but I get anauthorized message. Please authorise me (I am newbe to github, I input correct login and password to push to a new braunch "fixLesson03", but server rejects me)
You don't need to push your branch to this repository. The standard way to do it on GitHub is to fork the repository and push a branch into your fork. GH is smart enough to create a PR from your branch in a fork to master in the main repo.
Just don't commit anything into master of your fork, it should always follow the mainline master.
Okey, did it
do you mean PR #44?
Yes
already addressed
The source of the following "Formatter.java" is a problem. If you look at the UI after execution, only three spans will be displayed. It is necessary to display 5 spans.
Formatter.java
By implementing it as described in the Readme, you can see five spans.
The same applies to "Publisher.java".
Sincerely yours, Kazuya Nishikura