Skip to content
#

dag

Here are 302 public repositories matching this topic...

tim-sendible
tim-sendible commented Mar 29, 2021

Summary

This is minor, but also really annoying when trying to run a bunch of workflows from the UI.

  1. Go to /workflows
  2. Click 'Submit new workflow'
  3. Click in the 'select a workflow template' text area
  4. Start typing

Issue: Your typing isn't refining the search.

I have to click again in the text dropdown for my typing to be effective.

Diagnostics

What Kubernetes

go-spacemesh
lrettig
lrettig commented Mar 18, 2021

In #2299 we patched the API to return the current (tip) layer rather than statically returning the first layer of the third epoch as the current layer. But this still isn't really accurate. What we really want is for the API to instead return the latest synced layer. This information is currently not exposed to the API, but it could be, and it definitely lives in the sync code somewhere, since s

pdxjohnny
pdxjohnny commented Mar 15, 2021

We need to add a new CI job under lint: within the .github/workflows/testing.yml to validate commit message formatting.

Add a new CMD class in dffml/service/dev.py (along with tests in tests/service/test_dev.py) to check that commit message titles match the format specified in https://intel.github.io/dffml/master/contributing/git.html#issue-and-pull-request-title-formatting

carsonfarmer
carsonfarmer commented Aug 3, 2020

Ideally, we'd take a page from the https://github.com/multiformats/js-multiformats book and support cjs, esm, etc builds via rollup and friends to support multiple platforms/use-cases. Since this is designed to be a light-weight alternative to other ipds-based libraries, it should have a really low barrier to usage out of the box. In fact, moving forward, this should be a pretty critical require

Improve this page

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

Learn more