Skip to content
#

workflow

Here are 2,012 public repositories matching this topic...

jualoppaz
jualoppaz commented Nov 20, 2018

Description

The bower_components folder is not compiled when angular-i18n dependency is included.

Expected behavior

Brunch should process the bower_components folder and perform the related tasks.

Actual behavior

When I add the angular-i18n package in my bower.json, Brunch ignores the bower_components folder and the vendor files (js and css) are n

iiroj
iiroj commented Dec 16, 2019

The README.md contains a lot of advanced config examples for functional tasks. We should probably add some basic ones as well:

  1. '*.js': ['eslint'] <- fail when eslint finds issues issues
  2. '*.js': ['eslint --fix', 'git add'] <- automatically fix eslint issues, and add to commit
  3. '*.js': ['prettier --list-different'] <- fail when prettier finds issues
  4. `'*.js': ['prettier --write
ClarenceR89
ClarenceR89 commented Oct 21, 2019

In the docs at

https://workflow-core.readthedocs.io/en/latest/json-yaml/

you make reference to IDefinitionLoader and indicate that using should be using WorkflowCore.Services.DefinitionStorage;

this is incorrect as the interfaces are at WorkflowCore.Interface

Also typos in this doc:
WorklfowCore.Primitives should be WorkflowCore.Primitives
`using using WorkflowCore.Servic

elsatch
elsatch commented Aug 12, 2019

As I was following the tutorials, I discovered that they Keywords screen has changed. Now there are two options for input: "with input as argv", "with input as {query}". The option "with input as argv" is selected by default.

Tutorial is written using "with input as {query}", so initially it doesn't match on the screen. There is no option to choose the Escaping options in the "with input as arg

SuiteCRM
martinjaime
martinjaime commented Sep 14, 2017

Had the branch ancestry:

branch-1
  branch-2-bug-fix
    branch-3

All three branches had an open PR. branch-2-bug-fix‘s PR was a duplicate of a fix that someone else had already put in and merged at the same time. I closed the PR on branch-2-bug-fix and ran git town kill on that branch.

I was expecting it to change the base branch of branch-3‘s PR but instead it closed it

marvin-robot
marvin-robot commented Mar 13, 2020

Use Case

Users (or services they use; see context below) may set their docker daemon's host to something besides the default, and if so they are likely using the environment variable DOCKER_HOST to point any docker clients to the correct location.

Solution

Set Docker storage's default_url more by trying to check a user's DOCKER_HOST env var before defaulting to the hardcoded defaul

Improve this page

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

Learn more

You can’t perform that action at this time.