-
Updated
Jul 31, 2020 - JavaScript
{{ message }}
We are using font-awesome V4 and should migrate to font-awesome V5 which comes with its own vue.js module: https://github.com/FortAwesome/vue-fontawesome
Migration includes removing old font-awesome V4 module and changing all existing icons to new vue.js tag.
This is blocked until #114 is merged which comes with first initial integration.
Describe the bug
Even when reaching the end of the log, the request to /logs endpoint are reinvoked causing the UI to restream the logs.
To Reproduce
Expected behavior
Stops request once the end of the log is reached
Screenshots
 -> outputs. (see implementation of __str__ method on the Node class)
This is
A guideline for building practical production-level deep learning systems to be deployed in real world applications.
Describe the bug
Using a data source with umlauts in the column names leads to the Jupyter Notebook with which the suite can be edited throw an error on startup. The Notebook then doesn't load.
This might be a Jupyter Notebook bug, not sure?!
To Reproduce
Steps to reproduce the behavior:
Python library for creating data pipelines with chain functional programming
A lightweight opinionated ETL framework, halfway between plain scripts and Apache Airflow
System for containerized apps management. From build to scaling.
At Node.js, async function will not block the JavaScript thread, and sync does. So it's a best practice in somehow to use the async function instead of sync ones.
Feel free to open small PRs to help us to change the sync to async.
A DSL for data-driven computational pipelines
An R-focused pipeline toolkit for reproducibility and high-performance computing
MLBox is a powerful Automated Machine Learning python library.
For extensive instructor led learning
While testing another PR, I found that mu pipeline logs command displays information from the pipelines, but also shows this error:
$ mu pipeline logs
[... normal, expected output ...]
func1 ▶ ERROR ResourceNotFoundException: The specified log group does not exist.
status code: 400, request id: f7260741-7f69-4772-b4cc-7c6a9c22d264This error does not occur with the `-f
An n:m message multiplexer written in Go
A Julia machine learning framework
PyTorch extensions for fast R&D prototyping and Kaggle farming
Analogous to how you can use basename to get only the filename of a path, like in:
p.SetOut("out1", "{i:in1|basename}.out.txt")... it would be useful to also be able to extract only the directory, using dirname as a modifiers, so:
p.SetOut("out1", "{i:in1|dirname}/newfilename.txt")This will also allow introducing another level of folders based on a previous
Data intensive science for everyone.
"We could also try and update the job naming for CWL jobs to include fewer UUIDs, because I'm not sure they really help anyone for debugging." DataBiosphere/toil#3226 (comment)
┆Issue is synchronized with this Jira Task
┆Issue Number: TOIL-666
A library adding some anti-Pythonic syntatic sugar to Python
Opinionated full stack web app's boilerplate, ready to be deployed to AWS platform.
Add a description, image, and links to the pipeline topic page so that developers can more easily learn about it.
To associate your repository with the pipeline topic, visit your repo's landing page and select "manage topics."
Repurposing a script used to find unused test builder methods from tektoncd/pipeline#3178 (comment) to try to find exported method names that aren't invoked from outside their package.