Andrew Shu
Andrew Shu
First, respect `longClickable` attribute when set to false, by skipping the long click action. (Fixes #552) Also cancel the long-click and other gestures when receiving `ACTION_CANCEL`, such as from Android...
Case 1: A configuration option to log the command when it is run. Case 2: A `dry_run` option to skip running the command, and instead return the command that would...
It would be nice to have a checkbox to "Group changes" in My Rules, so that added/removed rules would all be grouped together at the top of the Temporary Rules...
The current API is a Builder, where files are added to the Command builder, and then Streams and Options are added to each file. This is the reverse of the...
Would be nice if this library could parse the command-line command, without having to manually translate to this library's API. As part of this, should expose functions to easily get...
Upstream libui has changed to a CMake build system. `ui-sys/build.rs` should be updated to handle it.
Currently the signaling server has a hard dependency on MongoDB. Would be great to support Postgres.
Next New Comment button should skip over invisible collapsed comments instead of jumping to the top
## Expected Behavior Next New Comment button should skip over invisible collapsed comments to the next visible one. ## Current Behavior If the next new comment is collapsed and invisible,...