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
Currently, environment variables that are of type boolean are converted to string anyway. Let's improve our work with them. Let's check if there is any possibility to use boolean types instead of checking string values. If it is difficult let's create some helper functions/variables to improve working with them.
Currently, environment variables that are of type boolean are converted to string anyway. Let's improve our work with them. Let's check if there is any possibility to use boolean types instead of checking string values. If it is difficult let's create some helper functions/variables to improve working with them.
More information here.
Originally posted by @kkosiorowska in https://github.com/thesis/acre/pull/257/files#r1502698022
The text was updated successfully, but these errors were encountered: