Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / sethvargo/go-envconfig issues and pull requests

#120 - Feat: default raw

Pull Request - State: open - Opened by rodkevich 5 days ago

#119 - Introduce raw literal option

Pull Request - State: closed - Opened by rodkevich 5 days ago - 1 comment

#118 - Issue: Danger handling of environment variables [with missing values]

Issue - State: open - Opened by rodkevich 12 days ago - 5 comments

#117 - [BUG] non-zero value is not overwritter when using overwrite

Issue - State: closed - Opened by mozarik 14 days ago - 3 comments

#116 - [Feature] Get slice values from different env keys

Issue - State: open - Opened by vejed 21 days ago - 1 comment

#115 - Add MustProcess which panics on errors

Pull Request - State: closed - Opened by sethvargo 5 months ago

#114 - MustProcess: panic if processing fails, return the value

Pull Request - State: closed - Opened by imjasonh 5 months ago - 4 comments

#113 - Relax Go constraint to 1.20

Pull Request - State: closed - Opened by sethvargo 6 months ago

#112 - Support Go 1.21

Pull Request - State: closed - Opened by at-wat 6 months ago - 2 comments

#110 - Fix docs

Pull Request - State: closed - Opened by sethvargo 7 months ago

#107 - Add notempty

Pull Request - State: closed - Opened by redixin 7 months ago - 3 comments

#106 - Fix README example code comment

Pull Request - State: closed - Opened by katsuharu 8 months ago - 3 comments

#105 - Fix docs

Pull Request - State: closed - Opened by ucpr 9 months ago - 1 comment

#104 - Update deps

Pull Request - State: closed - Opened by sethvargo 9 months ago - 1 comment

#102 - Feature noinline mode and slice and maps of structs

Issue - State: closed - Opened by gorodet-sky 11 months ago - 3 comments

#101 - Update docs and examples

Pull Request - State: closed - Opened by sethvargo 11 months ago

#100 - Allow configurable decoding

Pull Request - State: closed - Opened by sethvargo 11 months ago

#99 - Ignore prefix computing environment variable defaults

Pull Request - State: closed - Opened by sethvargo 11 months ago

#98 - Add more test coverage for global configs

Pull Request - State: closed - Opened by sethvargo 11 months ago

#97 - Introduce global and cascading configuration options

Pull Request - State: closed - Opened by sethvargo 12 months ago

#96 - Use generics to clean up pointer pointers in tests

Pull Request - State: closed - Opened by sethvargo 12 months ago

#95 - Drop ExtractDefaults functionality

Pull Request - State: closed - Opened by sethvargo 12 months ago

#94 - Make mutators a full-fledged interface

Pull Request - State: closed - Opened by sethvargo 12 months ago

#93 - Require Go 1.21 or later

Pull Request - State: closed - Opened by sethvargo 12 months ago

#92 - Change MutatorFunc to be more flexible

Pull Request - State: closed - Opened by sethvargo 12 months ago

#91 - feat: Special expansion for env var name

Pull Request - State: closed - Opened by execjosh about 1 year ago - 9 comments

#90 - Add parsing of days, months, etc. type properties for time.Duration

Issue - State: closed - Opened by labi-le about 1 year ago - 2 comments

#89 - Only works if env is the first tag in Multiple Tags Field

Issue - State: closed - Opened by eopeter over 1 year ago - 2 comments

#88 - Set overwrite globally

Issue - State: closed - Opened by nieomylnieja over 1 year ago - 2 comments

#87 - how to use with nested structs

Issue - State: closed - Opened by bsdlp over 1 year ago - 2 comments

#86 - Only use OsLookuper for default variables

Pull Request - State: closed - Opened by NeonWizard over 1 year ago - 4 comments

#85 - Don't use prefix when using envvar as default

Issue - State: closed - Opened by NeonWizard over 1 year ago - 3 comments

#84 - Skip processing on untagged fields that are structs with custom decoders

Issue - State: closed - Opened by Jiraffe7 over 1 year ago - 1 comment

#83 - Allow noinit to apply to slices, maps, and unsafe pointers

Pull Request - State: closed - Opened by sethvargo almost 2 years ago

#82 - noinit doesn't know about nil slices

Issue - State: closed - Opened by kluzzebass almost 2 years ago - 1 comment

#81 - Feat: conditionally required

Issue - State: closed - Opened by stampy88 almost 2 years ago - 3 comments

#80 - Allow for space delimiters

Pull Request - State: closed - Opened by sethvargo almost 2 years ago

#79 - Allow space-separated slices

Issue - State: closed - Opened by kszafran almost 2 years ago - 1 comment

#78 - Extract list of ENV variables

Issue - State: closed - Opened by kluzzebass about 2 years ago - 1 comment

#77 - Feat: make environment variables discoverable

Issue - State: closed - Opened by zbindenren about 2 years ago - 3 comments

#76 - Add a helper for extracting only default values

Pull Request - State: closed - Opened by sethvargo about 2 years ago

#75 - Custom envvar validators

Issue - State: closed - Opened by NeonWizard about 2 years ago - 1 comment

#74 - Drop regexp for performance

Pull Request - State: closed - Opened by sethvargo over 2 years ago

#73 - Track pointer initialization for zero values

Pull Request - State: closed - Opened by sethvargo over 2 years ago - 1 comment

#72 - Why do you use regex to validate env var name?

Issue - State: closed - Opened by renanbastos93 over 2 years ago - 5 comments

#71 - Overwrite and default logic does not work with bool pointer

Issue - State: closed - Opened by capri-xiyue over 2 years ago - 1 comment

#70 - Overwrite and required

Issue - State: closed - Opened by FedorLap2006 over 2 years ago - 1 comment

#69 - Do not call decoders on unset envvars

Issue - State: closed - Opened by sethvargo over 2 years ago - 1 comment

#68 - Always call decoders

Pull Request - State: closed - Opened by sethvargo over 2 years ago - 4 comments

#67 - Propagate noinit from parent fields

Pull Request - State: closed - Opened by sethvargo over 2 years ago

#66 - URL example

Pull Request - State: closed - Opened by williamgcampbell over 2 years ago - 1 comment

#65 - Using decoder functions for unmanaged struct fields

Pull Request - State: closed - Opened by williamgcampbell over 2 years ago - 1 comment

#64 - Initialization of marshaled types

Issue - State: closed - Opened by williamgcampbell over 2 years ago - 4 comments

#63 - Is there a possibility to use it with map[string][]string

Issue - State: closed - Opened by franpog859 over 2 years ago - 4 comments

#62 - Only overwrite values when environment variables are set

Pull Request - State: closed - Opened by sethvargo over 2 years ago - 1 comment

#61 - unset env-vars does not play nicely with custom decode functions

Issue - State: closed - Opened by twmb over 2 years ago - 2 comments

#59 - Change custom unmarshaling order

Pull Request - State: closed - Opened by gust1n over 2 years ago

#58 - Swap order of encoding.TextUnmarshaler and encoding.BinaryUnmarshaler

Issue - State: closed - Opened by gust1n over 2 years ago - 4 comments

#57 - Fixing struct pointer initialization with no values set

Pull Request - State: closed - Opened by williamgcampbell over 2 years ago

#56 - Broken pointer initialization

Issue - State: closed - Opened by williamgcampbell over 2 years ago - 1 comment

#55 - Extend noinit to all pointer fields

Pull Request - State: closed - Opened by sethvargo over 2 years ago

#54 - noinit on non-struct fields

Issue - State: closed - Opened by kluzzebass over 2 years ago - 1 comment

#53 - fix: fix typo in README.md

Pull Request - State: closed - Opened by ucpr over 2 years ago

#52 - README: fix GitHub Actions badge url and query

Pull Request - State: closed - Opened by zchee over 2 years ago

#51 - envconfig: sort strcut fields for reduce memory

Pull Request - State: closed - Opened by zchee over 2 years ago - 1 comment

#50 - Support customer kv separator

Pull Request - State: closed - Opened by sethvargo over 2 years ago - 2 comments

#49 - Custom element delimiter

Pull Request - State: closed - Opened by Ayush21298 over 2 years ago

#48 - Custom element delimiter for maps and slices

Issue - State: closed - Opened by Ayush21298 over 2 years ago

#47 - Custom key value separator

Pull Request - State: closed - Opened by Ayush21298 over 2 years ago - 3 comments

#46 - Custom key-value separator for maps

Issue - State: closed - Opened by Ayush21298 over 2 years ago

#45 - Consider moving the env var regex matching into the OsLookuper

Issue - State: closed - Opened by johnpena over 2 years ago - 2 comments

#44 - Add notempty struct tag

Pull Request - State: closed - Opened by HalloTschuess almost 3 years ago - 10 comments

#43 - feat: Add option to keep struct pointers nil if no sub fields are set

Pull Request - State: closed - Opened by yolocs almost 3 years ago - 3 comments

#42 - add overwrite struct tag

Pull Request - State: closed - Opened by JakeMakesStuff about 3 years ago - 8 comments

#41 - Support "-" to skip some exported fields.

Issue - State: closed - Opened by marwan-at-work about 3 years ago - 5 comments

#40 - Support "-

Issue - State: closed - Opened by marwan-at-work about 3 years ago - 2 comments

#39 - The Decoder interface, if used, is prioritary over other decoders (#38)

Pull Request - State: closed - Opened by maximerety about 3 years ago - 1 comment

#38 - The best error available is not the one returned

Issue - State: closed - Opened by maximerety about 3 years ago - 2 comments

#34 - Silently discards part of default value

Issue - State: closed - Opened by vfaronov over 3 years ago - 3 comments

#33 - Correct the mutator extension example

Pull Request - State: closed - Opened by slewiskelly over 3 years ago - 1 comment

#32 - Only permit valid characters in envvar names

Pull Request - State: closed - Opened by sethvargo over 3 years ago - 1 comment

#31 - Tag "Fix error message of missing value with prefix" release

Issue - State: closed - Opened by berndbohmeier over 3 years ago - 3 comments

#30 - Tag "Fix error message of missing value with prefix" release

Issue - State: closed - Opened by berndbohmeier over 3 years ago - 2 comments

#29 - Fix error message of missing value with prefix

Pull Request - State: closed - Opened by berndbohmeier over 3 years ago - 2 comments

#28 - Wrong error message for missing required key with prefix

Issue - State: closed - Opened by berndbohmeier over 3 years ago - 2 comments

#27 - add option OpenFaas Secret

Pull Request - State: closed - Opened by deltrinos about 4 years ago - 2 comments

#26 - Function to determine if a set is performed or not

Pull Request - State: closed - Opened by mariotoffia about 4 years ago - 9 comments

#25 - Only expand default values

Pull Request - State: closed - Opened by sethvargo about 4 years ago - 1 comment

#24 - Truncates field values after $ sign

Issue - State: closed - Opened by cosmycx about 4 years ago - 1 comment

#23 - Reset prefixes

Pull Request - State: closed - Opened by sethvargo over 4 years ago - 1 comment

#22 - Lookuper should be reset to original after processing struct with prefix

Issue - State: closed - Opened by pkwarren over 4 years ago - 2 comments

#21 - Trim left spaces around default values

Pull Request - State: closed - Opened by sethvargo over 4 years ago - 1 comment

#20 - Return the correct value when expanding

Pull Request - State: closed - Opened by sethvargo over 4 years ago - 1 comment

#19 - Support prefixes on structs

Pull Request - State: closed - Opened by sethvargo over 4 years ago - 1 comment

#18 - Support for prefixes on struct fields?

Issue - State: closed - Opened by pkwarren over 4 years ago - 3 comments