You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libcompose project pkg NewProject does not help to assign default EnvironmentLookup value.
This might cause runtime error: invalid memory address or nil pointer dereference go panic when compose file has shell variables $variable or ${variable}
Can we add default EnvironmentLookup into context before this line?
libcompose project pkg NewProject does not help to assign default EnvironmentLookup value.
This might cause
runtime error: invalid memory address or nil pointer dereference
go panic when compose file has shell variables$variable
or${variable}
Can we add default
EnvironmentLookup
into context before this line?Reference:
The text was updated successfully, but these errors were encountered: