Henning Pohlmeyer
Henning Pohlmeyer
Adds support for parameter expansions in strings. For example: ```sh ./node_modules/.bin/env-cmd -x echo "Hello ${WHO}!" ``` and ```json { "script": { "hello": "env-cmd -x echo \"Hello ${WHO}!\"" } } ```...
Hi, I am trying to use `env-cmd` with parameter expansion to concatenate the variable with a string. Am I doing something wrong or is that currently impossible? --- Here is...
### Prerequisites - [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues) - [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contain the answer to my issue ###...
I just installed Upterm (0.4.0). And it does not look like the screenshots in the readme. (Other colors, no icons in the dropdowns, searchbar in the title bar, huge prompt,...
The main task of this pull request is to name the default shortcuts. I think the default shortcuts are not bad, but if you want to use mobiledoc kit as...
Is there a way to determine the reason, why a card is torn down? The reason I am asking is, that I am working on an image card, that copies...
If I try to start up TileMill, it gets stuck in the loading screen:  This is the log: ``` Process: node [87063] Path: /Applications/TileMill.app/Contents/Resources/node...
### Describe the solution Currently persistence is supported through the `--experimental-enable-local-persistence` flag. By default it will be persisted to `/wrangler-local-state`. This is a problem, when you try to share the...
### Describe the solution The undocumented `.dev.vars` file is really handy to populate secrets in local mode, since you do not need to modify the toml file. Most projects use...
It is very common to overlay generated colors with text, as you do in the demo screenshot. It would be nice to determine if a generated color is light or...