-
Updated
Oct 14, 2020 - Rust
infrastructure
Here are 1,423 public repositories matching this topic...
-
Updated
Nov 10, 2020
-
Updated
Nov 10, 2020 - Ruby
Context
Currently, when prefect.tasks.shell.ShellTask is invoked with return_all=True, the shell task will not log the stdout through logger.debug.
This is defined in doc
https://docs.prefect.io/api/latest/tasks/shell.html#shelltask
and implement in the code.
https://github.com/PrefectHQ/prefect/blob/73fe1eb57945fc13bdd36b361a6a17c3f324b1ba/src/prefect/tasks/shell.py#L107-L111
-
Updated
Oct 11, 2020
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 9, 2020 - Go
-
Updated
Mar 24, 2020
-
Updated
Oct 28, 2020 - C
-
Updated
Mar 27, 2020 - Ruby
Naming inconsistency
Describe the bug
I found that some names agruments in framework aren't consistent.
So for example:
class SupervisedRunner(Runner):
"""Runner for experiments with supervised model."""
_experiment_fn: Callable = SupervisedExperiment
def __init__(
self,
model: Model = None,
device: Device = None,
input_key: Any = "features",
-
Updated
Nov 22, 2018 - Go
-
Updated
Nov 10, 2020 - Java
-
Updated
Nov 10, 2020 - Ruby
-
Updated
Nov 10, 2020 - Go
-
Updated
Nov 14, 2019 - Go
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 9, 2020 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Nov 10, 2020 - Python
-
Updated
Sep 28, 2020 - Ruby
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Nov 9, 2020 - Python
-
Updated
Nov 9, 2020
-
Updated
Jul 26, 2017 - Shell
-
Updated
Oct 28, 2020 - Rust
-
Updated
Nov 10, 2020 - Go
Improve this page
Add a description, image, and links to the infrastructure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infrastructure topic, visit your repo's landing page and select "manage topics."
Status: Open for comments
Need
This might be controversial so I added the RFC tag😄
The Backstage docs have this "Edit" button, which is (I guess) supposed to make it easy to update the docs using the GitHub UI. I❤️ this idea and I like to use it. Unfortunately, 2/3 times so far that I have tried to submit changes to docs, prettier fails for me and I have to go and clone the bra