Paul Meinhardt
Paul Meinhardt
Hey @thbar. Expanding a bit on what @klappradla wrote: `SSHKit.run` uses `sudo` [under the hood](https://github.com/bitcrowd/sshkit.ex/blob/v0.3.0/test/sshkit/context_test.exs#L11-L17) if you specify a user in the `SSHKit.Context`. For an example, you can take a...
Mmh π€ Setting up the mapping after `deploy:starting` wasn't such a great idea. This means that the command will only work properly when you run a `deploy:*` task that also...
Okay, so the following works for all my use-cases (running composer tasks during deploy but also separately): ```ruby # config/deploy.rb stages.each do |stage| after stage, :map_commands do SSHKit.config.command_map[:composer] = "php...
An (more involved) alternative could also be for Capistrano to provide a complete wrapper around the SSHKit command map, which might look like the following: ```ruby # Define a command...
Still some things to do: 1. ~Chrome version contains "unlisted" in manifest~ 2. web-ext-submit still seems to fail even though the release successfully shows up on addons.mozilla.org afterwards. ``` Applying...
Thisβll require an update to https://github.com/bitcrowd/mdast-util-from-adf, adding support for this node type (as suggested in the error message). I didnβt know expand nodes were a thing in Jira tickets before....
Here's an example document you can throw at Atlassian's [document viewer](https://developer.atlassian.com/cloud/jira/platform/apis/document/viewer/): ```json { "type": "doc", "version": 1, "content": [ { "type": "expand", "attrs": { "title": "Summary" }, "content": [ {...
I'll take a look at updating the [mdast-util-from-adf](https://github.com/bitcrowd/mdast-util-from-adf) package. βοΈ
> Seems like the package where `mdast-util-from-adf` gets its definitions from also has recent updates: https://www.npmjs.com/package/@atlaskit/adf-schema > > I cannot reach their bitbucket repository though π You can browse the...
Next time we release, let's take this for another test ride and merge if its okay. We probably should update the README before merging.