Sid
Sid
### Is your feature request related to a problem? Please describe. The default behaviour of Wails is when your backend (Go) side code changes, the app reloads so it closes,...
Recently someone was trying out web-pen and they tried importing zustand, which caused the bundler to error out. I successfully reproduced the bug on my own machine as well, on...
- Add support for nested directory and file resolving. - Ability to upload and download the project as zip archives. - UX improvements.
Support for stdin piping would be cool example, ```sh echo "index.js index.html styles.css" | node cli.js add ``` This should treat the stdin stream which is piped using `|` sign...
Would be cool to to `.addHook` on a command to intercept its lifecycle and maybe do some modifications at runtime. ```js command.addHook("pre", (args, options, tools) => { console.log("This command is...
The current parser is a fork of Deno's std/flags parser. However it does not support variadic options out of the box ```sh cli add --files app.js index.html styles.css --no-commit ```...
error sending screenshots using bot. I can send text messages only
Hi, I wanted to use react-cosmos in my custom component library, I have a custom setup using Rollup, Esbuild and Typescript.
Hi I am using this package inside my CLI tool and it looks like npm is giving me a deprecation warning from this package. This is what I got. ```...