Roy Orbitson

Results 127 comments of Roy Orbitson

In [this docs section](https://make.wordpress.org/cli/handbook/contributions/pull-requests/#working-on-the-project-as-a-whole), it states that adding a module is done like so, the last parameter looking like a typical Git URL: ```sh wp package install [email protected]:wp-cli/dist-archive-command.git ``` These...

Possibly. I was hoping to avoid setting up a build environment/VM for a small JS change. Maybe I could have a go and someone who knows that code could polish...

Sorry, I missed your reply. >In-product notices for dot releases (e.g. a v9.7.1 dot release notice would be shown to admins in v9.7.0 server version). Would something like this be...

Now that the latest is also ESR, again, I can go back to a solution mentioned in [this forum post](https://forum.mattermost.com/t/rss-feed-new-version-notification/14531), e.g. running this with cron: ```sh #!/bin/sh version_current=$(sudo -u mattermost...

And it's now broken again because of the v10 release. Could *someone** please add `-esr`-suffixed URLs to [latest.mattermost.com](https://latest.mattermost.com/)?

This version will extract the latest ESR's URL from the version archive web page: ```sh #!/bin/sh latest=$( curl --no-progress-meter https://docs.mattermost.com/about/version-archive.html | \ tr '\r\n' ' ' | \ grep -Po...

@opto has forked this plugin to work on newer TB, which you can get at https://github.com/opto/Expression-Search-NG/releases P.S. Bugzilla is not for "me too" comments, that's what voting is for.

@markwmuller > I would strongly caution against installing something from a website that doesn't even have HTTPS set up It's unlikely anyone has a MITM attack server on people's routes...

I don't seem to be able to get it working at all. I've tried others' suggestions but the search UI seems to hang, produce no results, or no filter is...

Click a profile pic or name in the centre channel pane, it should be in the pop-up. The sidebar user menu doesn't have it any more, if it ever did.