Skip to content
#

config

Here are 3,859,902 public repositories matching this topic...

lingyalong
lingyalong commented Apr 14, 2022

Describe the bug
nacos面板新建配置页面 配置内容输入框长度异常 只有一条黑色的线并不是正常的输入框

Expected behavior
新建配置页面的 配置内容旁边应该是一个输入框 而不是一条黑线

Acutally behavior
我想要新建配置

How to Reproduce
Steps to reproduce the behavior:

  1. 打开控制面板 使用默认账号登入
  2. 在配置列表点击加号 进入新建配置页面
  3. 看见异常

Desktop (please complete the following information):

  • OS: windows10
  • Version nacos-server 1.4.3
  • Module config
  • SD
help wanted good first issue

Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, vuejs vitepress, TinaCMS, Shopify Polaris, Ant Design, Astro, hashicorp, garden, slidev, saber, sourcegraph, and many others. Simple to use, and battle tested. Parses YAML by default but can also parse JSON Front Matter, Coffee Front Matter, TOML Front Matter, and has support for custom parsers. Please follow gray-matter's author: https://github.com/jonschlinkert

  • Updated Mar 6, 2022
  • JavaScript
dynaconf
rochacbruno
rochacbruno commented Mar 31, 2022

On lines
https://github.com/rochacbruno/dynaconf/blob/master/dynaconf/validator.py#L202-L205

validators.validate is calling from_env and it makes the variables to be reloaded from source files.

This is not good for testing.

Solution:

  1. Check if validation is happening on the same current env, then don't reload
  2. accept argument reload=False that will cause those lines to pass
Not a Bug RFC good first issue

Improve this page

Add a description, image, and links to the config topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the config topic, visit your repo's landing page and select "manage topics."

Learn more