-
Updated
Nov 16, 2020 - Rust
infrastructure
Here are 1,442 public repositories matching this topic...
-
Updated
Nov 27, 2020
-
Updated
Nov 27, 2020 - Ruby
Opened from the Prefect Public Slack Community
powp905: Hello,
We are currently looking at shelltask and dbtshelltask and we are wondering why helper_script is only in the constructor and why it cannot set when we call run. Th
-
Updated
Oct 11, 2020
-
Updated
Nov 26, 2020 - Python
-
Updated
Nov 24, 2020 - Go
-
Updated
Mar 24, 2020
-
Updated
Nov 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 12, 2020 - Java
-
Updated
Nov 29, 2020 - Ruby
-
Updated
Nov 20, 2020 - Go
-
Updated
Nov 14, 2019 - Go
-
Updated
Nov 25, 2020 - Python
-
Updated
Nov 29, 2020 - Python
-
Updated
Oct 16, 2020 - Python
-
Updated
Nov 28, 2020 - Python
-
Updated
Sep 28, 2020 - Ruby
-
Updated
Nov 1, 2019 - JavaScript
-
Updated
Nov 15, 2020 - Python
-
Updated
Nov 26, 2020
-
Updated
Nov 27, 2020 - HTML
-
Updated
Nov 28, 2020 - Go
-
Updated
Jul 26, 2017 - Shell
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."
Feature Suggestion
To avoid forgetting to add changesets to certain packages before a release it's best if we can have a GitHub workflow or bot that warns us that a packages is missing changesets. Not all changes to a package would need a changeset, for example a spelling fix in a line comment would not. Because