-
Updated
Jul 9, 2021 - Python
task-runner
Here are 440 public repositories matching this topic...
-
Updated
May 14, 2021 - Go
-
Updated
Jul 4, 2021 - Go
-
Updated
Jul 2, 2021 - Python
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Dec 13, 2020 - Ruby
-
Updated
Mar 2, 2020 - Go
Yesterday I experienced a really bad issue. I created a project using npm hardhat init and it seemed that hardhat created .gitignore file.
I was thinking that .env is added to this file already, and added my private key, tested deployment on testnet and made it public repository.
After 1 hour, when I noticed that .env file is exposed, it was already late.
So I would to add .env file to .gitigno
-
Updated
Jul 2, 2021 - C++
It would be nice if doit could use as many processes as there are CPUs instead of only a hardcoded number.
-
Updated
Jul 10, 2021 - Rust
-
Updated
Jul 8, 2021 - PHP
-
Updated
Oct 9, 2019
-
Updated
Dec 30, 2018 - Go
-
Updated
Jun 3, 2020
-
Updated
Apr 15, 2021 - Rust
-
Updated
Aug 12, 2018 - PHP
-
Updated
Jun 14, 2021 - JavaScript
-
Updated
Jan 27, 2021 - PHP
-
Updated
May 6, 2021 - Go
-
Updated
Jun 20, 2021 - TypeScript
-
Updated
Jul 4, 2021 - Python
-
Updated
Feb 2, 2021 - Python
-
Updated
Jun 3, 2021 - TypeScript
Improve this page
Add a description, image, and links to the task-runner topic page so that developers can more easily learn about it.
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."
I have a build task that takes in variables to decide which platform to build for.
I'm trying to find some way to tell Task that the job is up-to-date using the standard sources checksum plus also checking whether the platform variables have changed.
I can get one to work at a time, but not both as the
statuscommands seem to take precedence over thesourcesmeaning if you specify comman