Skip to content
#

make

Here are 685 public repositories matching this topic...

andreynering
andreynering commented Mar 25, 2019

Task has some tricky gotchas that are not well documented. I need to work on improving some areas and add some missing documentation.

  • Add a variable priority section better explaining how them work.
    • Make it clear that setting a var through cli (not env) kinda overrides it. (Ref).
  • More itens to be added
mage
neilotoole
neilotoole commented Feb 6, 2020

There's a brew formula available for mage: it should be explicitly mentioned in the repo README.md and on magefile.org.

It really makes life easier to sell the usage of mage to skeptics if you can say to do this:

$ cd my/repo
$ brew install mage
$ mage install

Previously I'd been go-getting mage and using bootstrap.go etc... that was more ef

bake
rednafi
rednafi commented Nov 17, 2019

Currently, if I run bake command when the Bakefile is empty, the error message seems very scary:

Traceback (most recent call last):
  File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/bin/bake", line 8, in <module>
    sys.exit(entrypoint())
  File "/home/redowan/.local/share/virtualenvs/flask-template-wBuRwttx/lib/python3.7/site-packages/click/core.py", line 764,
Jeehut
Jeehut commented Jun 27, 2018

While Beak is very useful and supports SPM packages, sometimes it would make life much easier if one could run another command line tool to do a specific task instead of writing Swift code for that task. While it is not directly the duty of Beak to teach people how to run command line tools from within Swift, it perfectly makes sense from my point of view to help users by providing one "recommende

Yona-Appletree
Yona-Appletree commented Oct 22, 2018

I can't figure out, and don't see in docs, information about how to figure out what the correct identifiers are for get_board_id, or how to list the available parameters.

It would be really useful to have a function, like the print_board_list() function in the old queezythegreat repo.

pschloss
pschloss commented Jun 13, 2016

Admittedly, I'm not a pythonista, but I wonder whether there would be value in using bash versions of the three python scripts. For whatever reason, I'm running into problems with getting python installed correctly on my Mac. Once I got it pointed in the right direct, I ran into problems with installing numpy. It's quickly becoming a tutorial on installing python rather than make :)

I suspect the

ejholmes
ejholmes commented Aug 19, 2017

Right now, If I cd to an empty directory, and execute walk, this is what I see:

dir $ walk
dir $

No output. walk is doing the right thing, since the intended behavior of a dependency in a directory without a Walkfile is to assume that the dependency is a static file, or a noop dep.

However, in the above case, where I'm executing a root target that has no Walkfile,

Improve this page

Add a description, image, and links to the make 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 make topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.