-
Notifications
You must be signed in to change notification settings - Fork 2k
Issues: spf13/viper
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Unmarshal and WriteConfigAs work with different tag
kind/bug
Something isn't working
#1951
opened Nov 19, 2024 by
Martzki
3 tasks done
When using Viper, it seems difficult to easily delete an existing configuration item.
kind/enhancement
New feature or request
#1935
opened Oct 7, 2024 by
LuSrackhall
1 task done
There might be some bugs when using Set() to write. These errors often occur when the file does not exist and during operations after the file is created for the first time.
kind/bug
Something isn't working
#1934
opened Oct 7, 2024 by
LuSrackhall
3 tasks done
when Set() a struct tagged with Something isn't working
flow
, format break.
kind/bug
#1927
opened Sep 26, 2024 by
minikocha
3 tasks done
Nested Something isn't working
.
separated flags with common prefix not working with pflag in Viper >= 1.18.0
kind/bug
#1922
opened Sep 17, 2024 by
shani1998
3 tasks done
Bound environment variables get written to disk
kind/bug
Something isn't working
#1918
opened Sep 11, 2024 by
darrellwarde
3 tasks done
env prefix and env key replacer not applied to dotenv file
kind/bug
Something isn't working
#1902
opened Aug 13, 2024 by
xobotyi
3 tasks done
AllKeys return key name in lower case which prohibits using camelCase in key name
kind/bug
Something isn't working
#1900
opened Aug 9, 2024 by
laplantePierre
3 tasks done
AutomaticEnv does not seem to pull ENV anymore. Broken since 1.19.0, working in 1.18.0
kind/bug
Something isn't working
#1895
opened Jul 31, 2024 by
bludot
3 tasks done
Means of only saving set settings
kind/enhancement
New feature or request
#1892
opened Jul 29, 2024 by
mgabeler-lee-6rs
1 task done
viper should support INI global properties.
kind/enhancement
New feature or request
#1886
opened Jul 21, 2024 by
dablelv
1 task done
go-difflib library v1.0.0 reached End Of Life
kind/bug
Something isn't working
#1877
opened Jul 1, 2024 by
vlbarou
3 tasks done
Support etcd auth(username and password)
kind/enhancement
New feature or request
#1873
opened Jun 26, 2024 by
ahuigo
1 task done
Deprecate the global Viper instance
kind/enhancement
New feature or request
#1855
opened Jun 5, 2024 by
sagikazarmark
1 task done
Searches for other extensions even though the config type is set to a different type
kind/bug
Something isn't working
#1843
opened May 30, 2024 by
TheDevMinerTV
3 tasks done
Inconsistent Behavior with Viper Config Update and Reload
kind/bug
Something isn't working
#1827
opened May 8, 2024 by
suvidhamalaviya3112
3 tasks
Enable replacing use of os.Getenv and os.LookupEnv with a custom function
kind/enhancement
New feature or request
#1823
opened May 2, 2024 by
gwvandesteeg
1 task done
AutomaticEnv unexpected behavior with custom types
kind/bug
Something isn't working
#1820
opened Apr 30, 2024 by
alfa-alex
3 tasks done
Add New feature or request
viper.IsNonDefaultSet
to check if a value is set by config, not default value
kind/enhancement
#1814
opened Apr 24, 2024 by
haoming29
1 task done
Inner map on structs are not considered when unmarshalling with viper_bind_struct tag
kind/bug
Something isn't working
#1800
opened Apr 4, 2024 by
lucasoares
3 tasks done
BindStruct together with mapstructures remain
kind/bug
Something isn't working
#1798
opened Apr 2, 2024 by
florianrusch
3 tasks done
viper.ReadInConfig not returning ConfigFileNotFoundError if file is missing
kind/bug
Something isn't working
#1783
opened Mar 14, 2024 by
jeffdupont
3 tasks done
Documentation encourages wrong search order for config files.
kind/bug
Something isn't working
#1779
opened Mar 12, 2024 by
aes
7 of 9 tasks
Replace New feature or request
gopkg.in/yaml.v3
with a different yaml package
kind/enhancement
#1773
opened Feb 26, 2024 by
harryzcy
1 task done
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.