Yatharth Agarwal
Yatharth Agarwal
This PR addresses #103: > **Feature Request:** _Could there be an option to have a pop-up or a dialog box when your battery drops below a certain level?_ I wanted...
**Feature Request:** _Could there be an option to have a pop-up or a dialog box when your battery drops below a certain level?_ I have notifications for low battery, yes,...
`npx env-cmd -x --use-shell 'echo $FOO'` doesn’t seem to be working, even with version 10.1.0 which added support for `-x`.  Based on https://github.com/toddbluhm/env-cmd/issues/93#issuecomment-583985970, I would have expected it to...
### Steps to reproduce 1. Start Jupyter Lab in `/Users/yatharth/projectDir/` 2. Inside Jupyter Lab, create Typescript or Javascript notebook inside ``/Users/yatharth/projectDir/otherFolder` 3. Inside notebook, try to do `import myFile as...
Where N is the number of lambdas in my code, when I run `cdkw "**"`, it prints all the messages N times. This seems like a bug. For example: ...