Matthew Peveler

Results 298 comments of Matthew Peveler

I needed this functionality, and looking into it, when using `createContainer`, the function call lives at: https://github.com/apocas/dockerode/blob/bb88194ff250c4f5b9a0eee2688c5dcc5f623ef9/lib/docker.js#L43-L77 where it constructs an object that is then passed to [docker-modem](https://github.com/apocas/docker-modem) that handles...

I've opened #153 which strips out the `workspaces` key/value on publishing, which I think gives the best of both worlds in terms that developing the library can utilize workspaces for...

The internet certainly has a very long tail of sites, and there's the caveat of not knowing how much of the 22.8% of sites using PHP 5 are using it...

> As I've said before, I think another route we can take is just create a "7+" branch (maybe even 8+?) and keep this one around as "legacy" and we'll...

Sorry for the delay in getting to this. Do you have any example files that would use these changes we could add to our test suite?

I got this working on CircleCI with electron-builder with the following changes, where I use a Windows executor with the `bash.exe` shell as my workflow shell. Added to `.circleci/config.yml`: ```...

We have our `customSign.js` script read in values from `process.env` to determine whether or not to sign the app. This was a similar strategy as we used back when we...

@RamK777-stack yeah, we use `win/default`: ```yml version: 2.1 orbs: win: circleci/[email protected] jobs: win: executor: name: win/default shell: bash.exe ``` and our `build` config has this: ```json "win": { "publisherName": [...

Yes, that's run on that same `win/default` executor job.

They added a [note to the v2 readme](https://github.com/aws/aws-sdk-js/blob/master/README.md#version-2x-support) stating that it'll go into maintenance mode in 2023, and so will reach end of life in 2024.