Saeed Rasooli

Results 22 issues of Saeed Rasooli

Internal links in StarDict format, like `二十八宿`, don't work for Unicods (non-ASCII) words. I think link target needs to be unquoted. Screenshots: ![Before click](https://user-images.githubusercontent.com/197648/91918035-e9546480-ecd6-11ea-9024-ace34d6b66d2.jpg) After click (on first Related word...

To avoid getting boolean value (`true` / `True`) from YAML parser.

Set `QTableWidget::indicator` size, Just like other checkbox indicators.

`widgets.go` is not compatible with `go fmt`, which makes it hard to work on this code. You have to disable formatting on your editor and are not able to run...

`menu.Actions()` panics for me. My code: ```go webBrowser.ConnectContextMenuEvent(func(event *gui.QContextMenuEvent) { event.Ignore() menu := webBrowser.CreateStandardContextMenu() actions := menu.Actions() fmt.Println("actions", actions) // menu.Actions() panics // firstAction := actions[0] action := widgets.NewQAction2("Query", webBrowser)...

Since vscode does not accept custom command / flags for `goreturns`, this seems the best way to add flags (for example `-local` in our case). Create a `~/.goreturns.json` file with...

Copy of https://github.com/therecipe/qt/pull/1287