-
Updated
Jun 14, 2020 - Go
versioning
Here are 678 public repositories matching this topic...
-
Updated
Aug 27, 2020 - Python
-
Updated
Jun 22, 2020 - C#
-
Updated
Aug 24, 2020 - C#
While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in data_dir()).
Wouldn't it make sense to add an if for Windows based on %APPDATA% or %LOCALAPPDATA%, before resorting to globally installing appdirs?
-
Updated
Aug 20, 2020 - Go
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Apr 7, 2018 - JavaScript
We should update the REST-API (server-rest-api bundle) to Vert.x 4 Beta 1. Some stuff has been deprecated, though.
-
Updated
Jun 6, 2020 - Kotlin
-
Updated
Aug 21, 2020 - JavaScript
fetchPypi just calls fetchurl underneath but has a slightly different calling syntax in order to construct the URL. It would be great to track these external dependencies using niv. :-)
-
Updated
Aug 13, 2020 - JavaScript
-
Updated
Aug 13, 2020 - Groovy
-
Updated
Aug 26, 2020 - Elixir
-
Updated
Aug 18, 2020 - Ruby
-
Updated
Aug 3, 2020 - PLpgSQL
-
Updated
May 30, 2020 - CSS
-
Updated
Jul 16, 2020 - Scala
Improve this page
Add a description, image, and links to the versioning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the versioning topic, visit your repo's landing page and select "manage topics."
Description & context
Users can specify names for their nodes to identify them more easily. When a name is not explicitly specified, Kedro auto-generates a default name. You can see this in the
nameproperty onNode.The current auto-generated name for a node looks something like this:
func_name(inputs) -> outputs. (see implementation of__str__method on theNodeclass)This is