-
Updated
Sep 19, 2020 - Go
versioning
Here are 688 public repositories matching this topic...
-
Updated
Aug 27, 2020 - Python
-
Updated
Sep 17, 2020 - C#
-
Updated
Sep 23, 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
Sep 17, 2020 - Go
Describe the bug
refreshVersions is not able to find the latest versions of artifact in local maven repository.
To Reproduce
- Publish any project/library that uses
maven-publishplugin to local maven repository, e.g. via./gradlew publishToMavenLocal - Use it as a dependency in another project with refreshVersions, specifying the local repository via `repositories {
-
Updated
Jun 24, 2020 - Ruby
-
Updated
Sep 23, 2020 - JavaScript
The change logs or diffs are currently directly stored in JSON files. However, when we support encryption at rest we should instead store it in a shadow structure of the resource we store, meaning another trie besides the document index beneath the RevisionRootPage.
-
Updated
Apr 7, 2018 - 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
Jun 6, 2020 - Kotlin
-
Updated
Sep 20, 2020 - JavaScript
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Aug 13, 2020 - Groovy
-
Updated
Sep 24, 2020 - Elixir
-
Updated
Sep 14, 2020 - Ruby
-
Updated
Aug 3, 2020 - PLpgSQL
-
Updated
Aug 30, 2020 - CSS
-
Updated
Sep 14, 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