Andrew

Results 123 comments of Andrew

> > Additionally - at least on my system - the sha is a short sha: > > ``` > > ~# dokku git:report social-notifications --git-sha > > 54f6e18 >...

[matching an abbreviated hash] is no longer necessary

#137 discusses the unpinning of Dokku’s _dependencies_, which makes sense as the dependencies are [already managed](https://github.com/dokku/dokku/blob/v0.30.3/debian/control#L6) by the package and need not be doubly specified. What comes as a surprise...

> On the dokku side, what can I do to help decrease the pain around upgrades? Thanks, but I don’t have any pains in mind; where I’m coming from is...

Sorry for the churn. I haven’t figured out how to run the `ubuntu2004` case locally: ```console $ MOLECULE_DISTRO='ubuntu2004' molecule test […] TASK [geerlingguy.docker : Ensure Docker is started and enabled...

> only the code necessary to reproduce the issue ```html ``` Here’s [a gist](https://gist.github.com/AndrewKvalheim/9651bd427182d5532df48d6a3386a1db).

#69 predates impallari/Dosis#1.

As an admin is there anything I can do manually to make Synapse forget these and stop trying?

`INACTIVE_TAB_STYLE` can also be used to inject border and text colors: ```diff -const INACTIVE_TAB_STYLE = '#9B8E8A'; +const INACTIVE_TAB_STYLE = '#131313; border-color: #131313; color: #828282'; ```