Christopher Torgalson
Christopher Torgalson
@fubarhouse: Thanks! (I work with @markdorison and it was me who ran into this issue). The machine the Ansible playbook was running from does have a passphrase-protected ssh-key to the...
@fubarhouse Thanks. I think I can explain what's failing. ## Background - We use this role to install Go (naturally!) - Any of several users can run the relevant playbook....
@agarzola :wave: We were looking at this this afternoon, and we found that the specific error emitted by `gulp-babel` was ["Could not find intersection"](https://github.com/babel/minify/issues/904). We didn't have time today to...
@bencao One thing that might help is to display different error messages for these two situations: 1. the `functions/` directory can't be found, 2. the functions' dependencies are not installed....
This has been an issue for me for at least a couple of years: - Ubuntu 22.04 - apt package - Nextcloud Desktop 3.5.4 (Ubuntu) Re: @mur1chan's comment: > for...
@Dixonj1 @willguv @markconroy I took a look at the code and config for this. Mostly these tasks would be straightforward if they're not already in development. IMO, the hardest part...
I have these changes essentially ready, but can anybody point me to the specific tooling we're meant to use [to compile the es6 file to es5](https://github.com/localgovdrupal/localgov_paragraphs/blob/2.x/modules/localgov_subsites_paragraphs/js/localgov-accordion.js#L5-L7)?
Answering my own q, per yesterday's Technical Drop-in call, we can remove the `.js` file, and rename the `.es6.js` file to `.js`, and make all changes there.
[PHP 5.4 and PHP 5.5 have both been end of life for some time](http://jp2.php.net/supported-versions.php). That means _totally unsupported_, so downgrading below PHP 5.6 is not an option. Digging around, [the...
> I suggest making a repo for it under the localgovdrupal name space for issues to be looked at. Sounds good to me. > I think we can designate modules...