configuration-files
Here are 558 public repositories matching this topic...
-
Updated
May 21, 2020 - C#
I'm running into a parsing issue with the Nginx documented solution for dropping traffic that contains an empty Host header.
Nginx Request processing documentation
If requests without the “Host” header field should not be allowed, a server that just drops the requests can be defined:
server { liste
-
Updated
Jun 2, 2020 - C++
This fails:
cfg = OmegaConf.create({"foo": {"bar": "${baz}"}, "baz": 10})
assert cfg.foo.bar == 10
cfg2 = cfg.foo.copy()
assert cfg2.foo.bar == 10
cfg3 = copy.deepcopy(cfg.foo)
assert cfg3.foo.bar == 10The list of used compilers in doc/COMPILE.md is outdated. The list should be updated to reflect the current state of compilers used and point to our CI (travis, cirrus, jenkins), where the list of compilers can be seen.
-
Updated
May 21, 2020 - Go
-
Updated
Nov 7, 2019 - Shell
-
Updated
May 21, 2020 - Lua
-
Updated
May 21, 2020 - TypeScript
SUCC does not support saving or loading interface types. This should be documented and it should throw an exception if you try.
-
Updated
May 26, 2020 - Ruby
-
Updated
Jun 4, 2020 - Python
-
Updated
Mar 21, 2020 - Go
-
Updated
Apr 18, 2018 - C++
-
Updated
Apr 16, 2020 - Lua
-
Updated
Jun 6, 2020 - Shell
-
Updated
Jun 4, 2020 - Python
icemodding / i3
-
Updated
Nov 22, 2019 - Shell
-
Updated
Feb 15, 2020 - Java
-
Updated
Apr 21, 2020 - C++
-
Updated
Jun 4, 2020 - Python
-
Updated
Dec 18, 2019 - Shell
-
Updated
Nov 26, 2019 - Python
-
Updated
Jan 22, 2020 - Shell
-
Updated
Sep 23, 2019 - Python
-
Updated
May 4, 2020 - Shell
-
Updated
Dec 20, 2019 - C#
Improve this page
Add a description, image, and links to the configuration-files topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the configuration-files topic, visit your repo's landing page and select "manage topics."
There's no git tag for the 3.2 and 3.3 releases that happened in November. Can you add/push the git tags?
Also, there's nothing in the CHANGELOG about what changed.
Based on commits, I think the changes are as follows:
python-decouple 3.2: