Alex Vilchis
Alex Vilchis
This feature proposes adding a warning/error on the case that a user's environment defines two variables with the same name. For example: ``` NEXT_PUBLIC_API_URL=http://localhost:4000 SOME_OTHER_VARS=12345 NEXT_PUBLIC_API_URL=https://api.quentli.com ``` This could catch...
It would be a cool feature to have a command that initiates a "wizard" asking you for the required and optional variables given a manifest file (.env.example). This would then...
### Basic Infos #### Hardware Hardware: ESP8266 Core Version: 1.0.0 ### Description I am getting Exception (3) when I try to send data to a AWS server. I have made...
This feature proposes adding a `--init` flag to envful to allow bootstrapping a `.env` file with the required and optional keys. The default values specified in `.env.example` will be used...
Hello, this is a great example, thanks! How do you deal with links pointing to the default locale? The issue is that the links in the English version of my...
Hi there. You may have seen my message on Slack. I am trying to configure Nginx to run Prisma Studio in a proxy server with custom location. For example, in...