-
The changes introduced in this [commit](https://github.com/spf13/viper/commit/5d46e70da8c0b6f812e0b170b7a985753b5c63cb) cause a data race if UnmarshalKey is used in conjunction with other viper read f…
-
I have a JSON config file containing
```
{
"Conf1": true,
"Conf2": "Blah",
"Conf3": {
"JSONNeededConf1": "Foo",
"JSONNeededConf2": "Bar"
}
}
```
And i would like to keep a…
-
**[Original report](https://bitbucket.org/himselfv/viper/issue/33) by me.**
Viper already can generate .reg-file export for service triggers. It needs the ability to export full service configuration…
-
* System: Ubuntu 16.04 LTS x64
* Environment setup:
1. git clone https://github.com/pycom/pycom-micropython-sigfox.git
2. cd pycom-micropython-sigfox/unix
3. make axtls
4. make
…
-
I have this z3 log file of 3 gigabytes. When I load it into axiom profiler, axiom profiler gives an out of memory exception. If I cut it down to 800kb, it still gives an OOM. In both these cases, the …
-
I have lenovo legion 5 with a Dolby atmos for gaming..
after patching, the viper doesn't works for me so I uninstall it and use my default dolby instead, but after restart my headphone jack where i…
-
If you use a function to create a new instance of a command to allow testing with different arg inputs without risk of state being preserved between tests, can run into an issue if also making use of …
-
```
我想做一个checkbox功能的按钮,但是发现LButton无法替换指定��
�片,使用3张图片想过 最后一个还保持不了状态,求教。
多谢了。
PS:你要来维护才行啊,兄弟。
```
Original issue reported on code.google.com by `viper...@gmail.com` on 14 Jan 2011 at 1:17
-
### Is your feature request related to a problem? Please describe.
It should simplify the installation and usage and also would be easier for documentation.
I believe doing something like this …
-
Let's say I have some yaml and environment variables like so:
```yaml
service:
parameters: ${VARIABLE_1}-${VARIABLE_2}
```
```
VARIABLE_1=test1
VARIABLE_2=test2
```
It would be nice if …