mu-editor / mu

A small, simple editor for beginner Python programmers. Written in Python and Qt5.
http://codewith.mu
GNU General Public License v3.0
1.4k stars 434 forks source link

cannot report bugs #2511

Closed gitcnd closed 4 months ago

gitcnd commented 4 months ago

form requires us to paste in the logs, but doing that causes the form not to allow the bug to be submitted because the logs make the thing say this:

  Comment is too long (maximum is 65536 characters)
carlosperate commented 4 months ago

Hi @gitcnd, the best way to attach the log to an issue is to drag and drop the file into the textbox, that way it is attached as a .txt file and doesn't have the same kind of limitations.

gitcnd commented 4 months ago

or you could fix the form

carlosperate commented 4 months ago

Unfortunately the form limit is a GitHub feature controlled by GitHub, so there isn't anything we can do about that. As the question has been answered I'll close this, but please don't hesitate to let us know if you are encountering any issues with the Mu editor.