environments
Here are 106 public repositories matching this topic...
-
Updated
Feb 16, 2022 - TypeScript
-
Updated
Mar 18, 2022 - Go
-
Updated
May 5, 2018 - CSS
It would be nice if we could see the diff of a single config in a git-style diff viewer from the CLI.
We can try using the https://www.npmjs.com/package/cli-diff package for this.
As we allready have the formatted diff in the diff command in the CLI this should be pretty easy.
https://github.com/boazpoolman/strapi-plugin-config-sync/blob/master/server/cli.js#L201
We could alter the `diff
-
Updated
Feb 28, 2020 - Go
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
May 5, 2021 - Python
-
Updated
Mar 23, 2022
-
Updated
Aug 5, 2021 - Python
-
Updated
Aug 31, 2020 - Go
Accessibility
Improve accessibility of the system to people with disabilities.
- Identify areas that require accessibility changes (e.g. CLI, text output, visuals)
- What guidelines/standards exist that we should adhere to?
- Respect system configured accessibility settings for the identified areas, e.g. changing the color scheme for the CLI colors.
- Are there improvements that should/cou
-
Updated
Mar 24, 2022 - Go
-
Updated
Apr 25, 2019 - Java
-
Updated
Feb 4, 2022 - Python
-
Updated
Jan 31, 2018
Sample app
Create a sample app using either django and flask to explain use of pytest-envvars.
-
Updated
Apr 1, 2020 - JavaScript
-
Updated
May 17, 2019 - Python
-
Updated
Aug 14, 2019 - PowerShell
-
Updated
Aug 13, 2015 - JavaScript
-
Updated
Mar 22, 2022 - C#
-
Updated
Dec 8, 2021 - Jupyter Notebook
-
Updated
May 18, 2017 - Swift
-
Updated
Aug 13, 2015 - JavaScript
-
Updated
Dec 28, 2019 - Scala
-
Updated
Feb 27, 2018 - PHP
-
Updated
Mar 24, 2022 - HCL
-
Updated
Jun 29, 2017 - Shell
Improve this page
Add a description, image, and links to the environments topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the environments topic, visit your repo's landing page and select "manage topics."
Not sure what the error is, but lint passes in the CI and locally even if exported structs dont have comments.
Most probably, it's an issue with the golangci yaml config we use.
Also we use revive instead of golint (which is deprecated), may be some setting in revive needs to be enabled?
If we check the goreport card, we can see the issues: https://goreportcard.com/report/github.com/jenkins