workflow
Here are 2,012 public repositories matching this topic...
Hello,
Im new with node, its possible to you improve instalation docs for 'standalone' server installation ?
How to install latest node, npm, and dependencie to run n8n with
npm install n8n -g
example: im running ubuntu 16.04.
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
The README.md contains a lot of advanced config examples for functional tasks. We should probably add some basic ones as well:
'*.js': ['eslint']<- fail when eslint finds issues issues'*.js': ['eslint --fix', 'git add']<- automatically fix eslint issues, and add to commit'*.js': ['prettier --list-different']<- fail when prettier finds issues- `'*.js': ['prettier --write
Summary
I'd like to be able to access aggregated output parameters filtered by name. Right now you can get all the output parameters as JSON using {{steps.STEP-NAME.outputs.parameters}}. I'd like to add .PARAM-NAME to get JSON for just output params by that name.
Motivation
Someone [asked on StackOverflow](https://stackoverflow.co
-
Updated
Mar 21, 2020 - JavaScript
https://github.com/muesli/beehive/wiki/Configuration contains a link to https://github.com/muesli/beehive/tree/master/recipes which no longer exists.
Link text is "few chain recipes here".
I made some changes on the wiki, in the Linux installation page.
- I updated the page to mention the inclusion of the last version of git-flow in the Ubuntu 18.04
- I mentioned that the Launchpad PPA has a more recent (not the last) version.
- I kep
-
Updated
Mar 6, 2020
-
Updated
Mar 24, 2020 - Shell
-
Updated
Aug 29, 2019 - CSS
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
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
Issue
16 files has some sort of Sugar Pro references in code as comments.
Those should be removed
Steps to Reproduce
Try the search with BEGIN: pro
https://github.com/salesagility/SuiteCRM/search?q
-
Updated
Mar 24, 2020 - C#
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
-
Updated
Feb 28, 2020 - Python
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
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Mar 19, 2020 - JavaScript
-
Updated
Nov 1, 2019 - JavaScript
Hello guys,
i've seen that OctoDNS includes a "SafePlan" to prevent too much updates. I haven't seen any documentation regarding this feature setting. It's an interesting point and i think that the main documentation should describe fields like this, it will be definitively useful :).
Have a good week!
This module has a few module functions we'll want to document:
Right now it has to be:
@solid(config=ScalarUnion(resolve_to_config_type(str), resolve_to_config_type({'bar': str})))
def solid_with_config(_):
pass
Which is quite terrible.
Should be able to omit those calls.
-
Updated
Feb 14, 2020 - PHP
-
Updated
Mar 24, 2020 - Java
Improve this page
Add a description, image, and links to the workflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the workflow topic, visit your repo's landing page and select "manage topics."

Description
Bit does not generate docs for React TS components.
for example:
https://bit.dev/eden/react-ts-demo
Specifications
Context and additional inf