step

Results 75 comments of step

This is the place to submit issues.

Thank you for looking into this. If the URL can work with URL encoding that's a good alternative to angle brackets. The question remains, how to transform the URL in...

This feature can be achieved with vanilla GTK+-3 user settings. On my system: ``` $> cat ~/.config/gtk-3.0/settings.ini [Settings] # Prevent text entry widget select-on-focus, which overwrites X selection clipboard. gtk-entry-select-on-focus...

@Afostyrio thank you for your detailed comments. Unfortunately, I cannot follow them, especially where you refer to a GUI installer. I am using the command-line installer. Fortunately, I noticed that...

Should I open an issue about "subsequent" in the specification repo?

Found another issue. `find -printf` format is incompatible with `xdg-open` set by the second plug with `--dclick-action=xdg-open '%s'`. File manager's error message: "File doesn't exist, or I can't access it:...

@joeskeen, the `--rest` file is formatted as text -- lines terminated by the new line sequence. With `--rest=FILE` yad fills all expected but missing positional arguments by reading the next...

I think it could be a bug, unless the ellipsized `alt` attribute value you quoted, actually contains one or more newlines. Does it? In that case it violates the CommonMark...

Is that the actual raw HTML you're passing to MD4C? Both samples are invalid HTML. This is what the W3C HTML validator reports: ``` Error: " in an unquoted attribute...

Thank you for your comment. I am aware that it works if the value is not empty. To be clear, by "empty" I mean a string without any content. Invisible...