Skip to content
#

swarm

Here are 584 public repositories matching this topic...

web3.js
spacesailor24
spacesailor24 commented Jun 3, 2021

Currently the git hook runs pre-commit, and will write the linter changes to the file, meaning the dev's commit is usually successful, but without linter fixes. The dev then has to make a second commit to include linter fixes

Instead, yarn lint:check should run only before a push, and would provide the dev linter errors, so that the hook aborts the push until the linter is satisfied (by runni

rdallman
rdallman commented Jun 13, 2018

this will very quickly get out of hand if we allow it, i realize we don't have principles written down anywhere but to date one of them has been that binaries 'just work' without having to do any configuration. currently a user must set FN_MAX_REQUEST_SIZE, FN_MAX_RESPONSE_SIZE -- neither of these should be required to run.

test case:

cd tests/fn-system-tests/
go test -v

this

Improve this page

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

Learn more