Skip to content
#

config

Here are 531,692 public repositories matching this topic...

A-CiKe
A-CiKe commented Jan 8, 2020

Issue Description

Type: feature request

Describe what happened (or what feature you want)

Describe what you expected to happen

When Dubbo is registered, it is registered according to the interface. If you want to logoff all interfaces provided by a service. It's too painful to search for only one interface, then enter the details, and then go offline. If you can provide a qu

JulioJu
JulioJu commented May 14, 2021

Hi,

I'm searching sources that said that X-frame-options: Deny or Content-Security-Policy: frame-ancestors none; on html files could cause problems with Google Search Images, but I don't found.

https://github.com/h5bp/server-configs-nginx/blob/d249bf2f2bfa51bb6018e73094da6c721ecb0ad1/h5bp/security/x-frame-options.conf#L16-L19 .

Could you give me your source please ?

I don't unders

dynaconf
dmfigol
dmfigol commented Jan 22, 2019

Hi,
thank you for the library. It really improved the way I approach configuration files.
Finally I have types and proper sections.
What I am missing is schema: I would love to be able to enforce that some parameters are obligatory, their type and provide a description, also raise an exception if there is some unknown parameter is configured.
I think I could use something like marshmallow

Smarter YAML front matter parser, used by metalsmith, Gatsby, Netlify, Assemble, mapbox-gl, phenomic, 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.

  • Updated Apr 24, 2021
  • JavaScript
yrtimiD
yrtimiD commented Apr 22, 2021

🐛 Bug Report

  • tslint-to-eslint-config version: 2.3.0
  • ESLint version: 7.24.0

Actual Behavior

"variable-name": [
  true,
  "ban-keywords"
]

is converted to

"id-blacklist": [
  "error",
  "any",
  "Number",
  "number",
  "String",
  "string",
  "Boolean",
  "boolean",
  "Undefined",
  "undefined"
]

Expected Behavior

id-blac

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