Skip to content
#

task-runner

Here are 472 public repositories matching this topic...

ProfessorManhattan
ProfessorManhattan commented Jul 24, 2021

I'm trying to create a wrapper for Task in Node.js. I'd like to report the time each task takes. However, the task variables show up as:

task: dynamic variable: 'if [ -f meta/main.yml ]; then yq e '.galaxy_info.role_name' meta/main.yml; else jq -r '.name' package.json | sed 's/.*\///'; fi' result: 'androidstudio'

They SHOULD show up as:

task: dynamic variable:  [common:update-a
morgansliman
morgansliman commented Dec 22, 2021

Currently the hardhat-vyper plugin is hardcoded to request the first 100 releases from the vyper github repo. This is fine for the time being as they aren't anywhere near 100 releases yet, but it should be refactored to handle a possibly paginated response from github.

Ideally it would aggregate all results from all pages returned from github before saving the list.json file.

hela

🍦 Powerful software development experience and management. Enhancing @tc39 JS, @denoland and @nodejs, because we need a bit of magic. You can think of it as Cargo for the JavaScript ecosystem.

  • Updated Oct 19, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the task-runner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the task-runner topic, visit your repo's landing page and select "manage topics."

Learn more