Dominik Kundel
Dominik Kundel
These feature requests are all great. We encountered issues like this one before but "re-notifying" people was never something that was requested by our baristas because they were typically too...
Hey @jamdav16, The UI should always show the original message as well. So your "Soy" option should be displayed to the Baristas. They might have just not seen it :/
It sort of is. It's technically not the current shell environment but you could spawn a new shell using the tool. For example ``` npx node-env-run -e bash ``` This...
Also if you just want to load in the `.env` file itself you can consider using `source .env` instead. This should just load them in.
Can you try calling explicitly `nodenv server/index.js` or alternatively set your "main" entry in the `package.json` to `server/index.js`?
They currently don't support one but it's common behavior. Example from Node.js: https://nodejs.org/api/cli.html#cli_inspect_host_port In yargs the behavior is the following for string flags: - flag not passed => default value...
@twilio-jyoung it might be that you have two versions of the font installed because you have the automatically installed one on your machine and the new one you downloaded. On...