config
Here are 2,939 public repositories matching this topic...
-
Updated
Jun 2, 2020
I'm submitting a ...
- bug report
- feature request
- support request or question => Please do not submit support request or questions here, see note at the top of this template.
What is the current behavior?
- In version 3.2.4, the values in custom-env-variables.json override the NODE_CONFIG command line option (I believe it's [here](https://github.com/lorenwest/
std.slice() function is not described in the documentation for the standard library.
https://github.com/google/jsonnet/blob/master/stdlib/std.jsonnet#L191
https://jsonnet.org/ref/stdlib.html
-
Updated
Jun 12, 2020 - PHP
https://aomediacodec.github.io/av1-avif/#avif-mime-definition
.avif image/avif
.avifs image/avif-sequence
This is being prototyped in Chrome: https://bugs.chromium.org/p/chromium/issues/detail?id=960620
I figured this out but will post the issue and show the solution in reply
const Store = require('electron-store');
const schema = {
foo: {
type: 'number',
default: 14
},
bar: {
type: 'object',
properties: {
a: {
type: 'number',
default: 5
}
}
}
}
con-
Updated
May 28, 2020 - Shell
Proxy port override
I have question/bug regarding the following use case when proxying to a server with a 'non-default' port:
hosta:
Port: 22
hostb:
defaults:
Port: 2222
This generates a ssh config with a ProxyCommand:
Host *
ProxyCommand /usr/bin/assh connect --port=%p %h
So when you try to run ssh hosta/hostb, ssh only applies the options for '*'. It then executes th
https://github.com/railsjedi/rails_config/blob/master/spec/fixtures/custom_types/hash.yml
It would be beneficial to mention this kind of structure in the README
This tools is great, we can define and validate various config from file, env, cli arg... and we can even put a short doc on each field.
But what if I want to display a clear and concise doc reference on a website on a cli usage?
Should this package be able to handle that? If not, is it compatible with other packages doing that need?
Thanks
- Remove Sphinx
- MIgrate to Mkdocs
- Use https://github.com/tomchristie/mkautodoc
- Rewrite docs (rearrange it)
- Make it in a way that the current docs redirects to the new
- Check if readthedocs.. can support mkdocs
-
Updated
Jan 15, 2019 - JavaScript
It would be really useful if gomplate could have native support for accessing terraform output values. Using the terraform CLI this can easily be done using terraform output -json some_output_value. Having the ability to access terraform state using a data source would be pretty useful when performing various templating tasks!
-
Updated
Feb 8, 2019 - Lua
options.delimiters
Type: String
Default: ---
Open and close delimiters can be passed in as an array of strings.
Example:
// format delims as a string
matter.read('file.md', {delims: '~~~'});
// or an array (open/close)
matter.read('file.md', {delims: ['~~~', '~~~']});
the example is wrong.
it should use delimiters instead of delims.
like that:
Example:
/
No mention of cache
-
Updated
Jun 5, 2020 - Ruby
In various examples the lazy_static! macro from lazy_static v1.0 crate generate the deprecation warning
warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
The actual version of lazy_static is v1.4 and I'm advising to upgrade the create.
Similar to the Email validator.
I'm submitting a ...
[ * ] Documentation issue or request
Current behavior
I have added a new language to the languages list. Change in language's combo is Ok and works. The problem is that i want to set a new language as default.
I did this in config.local.json but default language is not set on application start. Is there another changes that i should make to hav
-
Updated
Feb 28, 2020 - Java
Due to this:
https://github.com/facebook/jest/pull/9841/files
and this:
https://github.com/sindresorhus/conf/blob/410cc144141f1467cc91fe4b16f6b7f42a8afac8/index.js#L21-L23
=>
console.warn
`require.cache` modification is not permitted
(output'ed many times in the console when unit-testing, with full stacktrace, so quite disruptive, albeit non-fatal unless unit-tests check for C
-
Updated
May 13, 2020 - Go
🚀 Feature Request
Handle tslint-eslint-rules when converting to directly put them in the `r
Improve this page
Add a description, image, and links to the config topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the config topic, visit your repo's landing page and select "manage topics."


Issue Description
Type: bug report
Describe what happened