Roman Pedchenko
Roman Pedchenko
And also pls propagate out server message in case of error.
Also pls expose the data from `putscript()`. And the code can be taken from `putscript()` to fix `checkscript()`. ```python content = tools.to_bytes(content) content = tools.to_bytes("{%d+}" % len(content)) + CRLF +...
> This is something that I personally think should be handled by the window manager and not the toolkit. Unfortunately, Microsoft programmers think another way, so it would be very...
> Why do you feel that Microsoft users expect software to start maximized when they did not ask it to? I can't tell for all MS users, but I'm also...
In fact, I came here from #776, which is closed. Should I move my comments there?
@andydotxyz And please keep in mind that the main windows are usually being shown like this: ```golang w.Resize(fyne.NewSize(640, 460)) w.ShowAndRun() ``` (that was a code from `main.go` of `fyne_demo`) So...
@andydotxyz I'd vote for the name `SetFallbackSize(fyne.Size)` proposed by @stuartmscott. > I think it would be unwise to start ignoring APIs that have an expected outcome Completely agree with you...
Sorry, I have never seen that. You can see the source code, you have your gitea's access logs, please, try to investigate it and to provide a pull request, if...