dx
Here are 83 public repositories matching this topic...
As part of clarifying what is part of the open source offering and what is examples or private code, we should signal these differences using package names/namespaces.
Suggested solution:
- Let all public, published packages retain their
@backstagenamespace. - Change all private packages in the open source project (
plugins/home-page,plugins/welcome) to be under an@internalnames
-
Updated
Feb 6, 2018 - Java
Hello there,
I really loved the idea of Crana and i want to contribute as much as i can. I believe that the most funtumental thing about a project is how you present it to the public.
So what do you think about developing a simple website with documentation, maybe with docsify, docusaurous, docz or a similar framework-generator or even a custom made minimalistic site?
Comment your thoug
check if dupe package names in same folder cause issues - write a test that should capture this problem, only resolution is to ignore the path/folder that contains the dupe package(s).
-
suman should link global to local if local suman copy does not exist.
-
suman should link a project to itself, if configuration tells it to do so.
reporter options
include naming convention for containers and loadable components as well as the dir structure following the component owner-ownee relationship and the use of 'lib'.
-
Updated
Jun 22, 2019 - TypeScript
-
Updated
May 26, 2020 - JavaScript
-
Updated
Jun 6, 2018 - HTML
-
Updated
Jul 3, 2019 - PHP
-
Updated
Jan 11, 2019 - JavaScript
-
Updated
May 6, 2020 - TypeScript
-
Updated
Jun 19, 2018 - C++
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Dec 8, 2019 - TypeScript
don't duplicate usage of commands in readme, just refer users to theno, better yet, auto-generate README.md with a script (-hflag.gen-doc.sh?)- write an overview of the git-flux model, specifically the levels.
- elaborate on teams and the ability to switch teams with the
joinaction - state the fact that git-flux addresses some of the issues in git-flow (e.g. we never use `--no-
-
Updated
Nov 21, 2019 - Shell
-
Updated
May 19, 2017 - Python
-
Updated
Nov 23, 2019 - Python
-
Updated
May 3, 2020 - TypeScript
Expected Behavior
I should be able to just select an object with the log effect and have it automatically know if it is not a string and then it should turn it into one with stringify.
Current Behavior
Right now it just prints something like [Object object] which is not useful at all and means that I have to have a step that explicitly converts it to a string. It should be easier to l
Improve this page
Add a description, image, and links to the dx topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dx topic, visit your repo's landing page and select "manage topics."
Document what we found in closed issues:
--rawseems to solve the issue.