-
Updated
Jun 12, 2022 - JavaScript
batch
Here are 1,815 public repositories matching this topic...
-
Updated
May 16, 2022 - Jupyter Notebook
-
Updated
Jun 28, 2022 - C#
we should validate updates to the site by running sbt mdoc
on relevant PRs
-
Updated
Aug 31, 2019 - Clojure
-
Updated
May 31, 2021 - Swift
-
Updated
May 26, 2022 - Python
-
Updated
Aug 7, 2021 - Go
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Jun 28, 2022 - Shell
-
Updated
May 9, 2022 - Python
-
Updated
Feb 11, 2022 - HTML
-
Updated
Jun 21, 2022 - Batchfile
Is your feature request related to a problem? Please describe.
Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on disk.
Describe the solution you'd like
Check for changes in nodegroup config before each run. If safe to do so, run with the new config.
*Describe alternatives you've considered
We should upgrade handbrake-js to use the latest HandbrakeCLI.
Since we're upgrading from HandbrakeCLI v1.3 to v1.5 there will be a high risk of breaking changes, so this update will be released in a new major version of handbrake-js.
To implement:
- Update [this version number](https://github.com/75lb/handbrake-js/blob/master/scripts
-
Updated
Jun 8, 2022 - Java
-
Updated
May 4, 2021 - JavaScript
-
Updated
May 2, 2022 - PHP
-
Updated
Sep 3, 2021 - JavaScript
-
Updated
Feb 15, 2022 - Ruby
-
Updated
Feb 21, 2021 - Batchfile
-
Updated
Jun 7, 2022 - PHP
-
Updated
Jun 22, 2022 - Python
Improve this page
Add a description, image, and links to the batch topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the batch topic, visit your repo's landing page and select "manage topics."
What happened?
BigQuery IO currently rejects table names that contain spaces.
From https://cloud.google.com/bigquery/docs/tables#table_naming : a table name can contain spaces.
Looks like it will require an update to this regex: https://github.com/apache/beam/blob/ac20321008e51c401731895ea934642b4648efd3/sdks/python/apache_beam/io/gcp/bigquery_tools.py#L258
Similar to this PR which a