GfEW
GfEW
> often have to scroll through hundreds of nearly identical images to find the one with the correct focus or composition. Yep, that's exactly the point. It's self-explanatory if you're...
I can't remember having encountered any such tab bar inside a swipe-collapsible header (or drawer) in the 200+ other apps I'm familiar with. Could you give an example of an...
The vast majority of tab bars I have in mind is either * stationary, or * only collapsible/expansible by means unrelated to the sliding animation (like in browsers going full...
Thank you both for your comments. @opusforlife2 > learning not to swipe from the tab bar is a comparatively tiny effort That statement may sound trivial to many, but its...
> > and actually become a smooth experience. > > This will likely never be the case. Your mockup shows everything preloaded. I've considered a more elaborate mockup to show...
I'm getting aware this is actually __two separate issues__ packed in one: __1. Swipe__ to go next/prev (_main_ feature) __2. Preload__ neighbors to make swiping smoother (_subordinate_ feature) Whilst 2....
> if gitea could Just to be sure that's a typo rather than wrong repo: You mean to refer to gitly here?
I'm puzzled as to why a feature as ubiquitous as multi-selection of list items could be regarded as _niche_ request. That part I doubt, because: 1. **"multi-select, then act on...
@wileyhy I appreciate your comprehensive replies (particularly so over there at [#3118](https://github.com/koalaman/shellcheck/issues/3118#issuecomment-3064614765)). However in this case, I don't get your point. > Issue: if creation of an array is desired,...
@wileyhy > What was this code supposed to do? Dumb example: ``` $ foo="$(expandtocolons /lib/{R,cargo,dx}/bin)"; declare -p foo declare -- foo="/lib/R/bin:/lib/cargo/bin:/lib/dx/bin" ``` As already stated though, it's mainly about the...