Adam Boe
Adam Boe
Allow the pkg binary to be called within itself without adjusting process.argv as if it were a node process.
Previous behavior seemed to be that a user could "get rid of" the default value by pressing the backspace button. Before (tested on 8.0.0): initial prompt with default value: ...
### Problem description I'm trying to create a modal with form inputs like so:  I'm using the `ContentDialog` currently: ```javascript ``` but that leaves a massive gap where the...
I'm getting the following error with the latest release (2.1.2): ``` react.development.js:315 Warning: React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components)...
Should fix https://github.com/SBoudrias/Inquirer.js/issues/1029
### Expected Behaviour I can use parent yarn workspace ts-node with the `g:ts-node` syntax as outlined in https://yarnpkg.com/getting-started/qa#how-to-share-scripts-between-workspaces so I do not need to list the `ts-node` as a direct...
### Version 29.3.1 ### Steps to reproduce 1. Clone repo https://github.com/aboe026/jest-yarn-typescript-test 2. Follow [README](https://github.com/aboe026/jest-yarn-typescript-test/blob/main/README.md) ### Expected behavior Yarn runs tests ### Actual behavior Yarn does not start, terminal hangs ###...
I'm attempting to use aliases in my imports across my projects. For some reason, they do not work for my `.gql` files (I get `Cannot find module`). Here is my...
Dark Mode
It would be great if WinDirStat had a dark mode/theme to make it easier on the eyes when using it late at night.