Linda_pp

Results 470 comments of Linda_pp

Notifications are sent from a page in browser window based on current logging-in user. So, if we implement notifications across all accounts, two ways to implement came in mind: 1....

@rikmendes @rocandante Thank you for comments! Yes, you're right. I think I should describe how to add accounts to usage section.

um, at least it works for me... When clicking a pic, it was expanded and clicking outside of expanded pic closed the preview. ![2017-06-09 0 21 28](https://user-images.githubusercontent.com/823277/26936471-bdd6c616-4ca9-11e7-954e-863e7abb9f1e.png) You can see...

Is there any logs while slow loading in DevTools' console? I guess this is a performance issue of Mastodon itself because Mstdn is loading mobile version website of Mastodon.

Would be good idea. This is a library so directly calling `Print` in library code would not be useful. So I think It's nice to provide some callback in a...

Or providing `io.Writer`field for writing progress bar would be another option.

Thanks for the report. Which a bug or an enhancement is this? What is a problem when we keep using semver v3? As you pointed, updating semver package version will...

Thank you for the detailed explanation. Hmm, I'm actually conservative to break compatibility. If v3 works fine for go-github-selfupdate, I want to keep the version until real-world issue and/or benefit...

I don't have any idea to reuse a tab already opened in a browser. If you know how to know that from shell command, please let me know.

I noticed that it's hard to maintain folding between the before and the after of formatting. For example, when a formatter found unnecessary `{ ... }` block (e.g. body of...