David Farrell
                                            David Farrell
                                        
                                    Hi Team, Okay I've been grinding on this ... I see @tbhaxor mentioned their main concern was performance, but my thoughts are mostly related to install size ... ### Reduced...
@cornfeedhobo just to confirm, there is no _remote host_, the user is ssh-ing into the very same machine (local laptop) ie Methinks some configuration causes a different bash environment when...
So not sure where its from (likely brew completions), but I have a **much** better completion defined in my local: ```bash $ complete -p export complete -F _export export ```...
Greetings ! So we want to convey something hopefully useful to the user, but we don't have an automated way to track actual releases from the projects. My thoughts are...
Not sure why no supporting links were added to the description, but the project's github page was indeed put into archive mode in January, 2023: * https://github.com/PixelVision8/PixelVision8 Message from dev...
OK so thinking on this further ... Yeah it can be hard to say what the right amount of time to wait is, even for a project like this one...
Relevant information from [Version 2.0 Upgrade Notes](https://github.com/nojhan/liquidprompt/blob/master/docs/upgrading/v2.0.rst#lp-escape) (dated Oct 6): _lp_escape() ------------ Renamed to `__lp_escape`. Return changed from stdout to ``$ret`` Replace assignment statements like: output="$(_lp_escape "$input")" with: local ret...
Best I can tell this meets the requirements for the recent 2.0 version, but if we publish it as-is, isn't it going to break the existing installations? Not sure what...
Hi @menicosia ! So this has been present _forever_! In fact a lot of sourced files in our repo still have it :( It is quasi-useful for shellcheck to know...
> I am not sure about dropping gba I'm fine leaving it in - I prefer to remove it, but I see your point ...