Shaun Warman

Results 23 issues of Shaun Warman

It looks like express-session relys strictly on cookies. In cases where third party cookies are disabled (IE/safari by default) or cookies disabled there is no workaround to send a custom...

enhancement

It would be nice to have access to prompt answers in the actions section when modifying files. It seems like in v1 that `this` is no longer the generator instance....

I probably missed it. But it doesn't seem obvious how to pass in variables to sao context. My CLI tool uses `cac` for something like ``` cli create ``` And...

## Issue Type - [ ] Bug Report - [X] Feature Request - [ ] Other ## Expected ```bash $ command subcommand --help Subcommand is used to...

*Description* https://github.com/shaunwarman/docker-child-proc I have a simple nodejs script that spawns a child process and runs `ping google.com`. If I run this locally outside of container it runs fine with expected...

Trying https://fowardemail.net there is a 302 redirect to `https://forwardemail.net/` (e.g. https://forwardemail.net/en) where hsts header is present >Strict-Transport-Security: max-age=31557600; includeSubDomains; preload hstspreload.org responds with `Error: No HSTS header Response error: No...

AWS validates the principle now when updating S3 bucket policy

AFAIK, it looks like there is a hard dependency on AWS for publishing the packed binaries. Are there options that the CLI could use to publish to other destinations (e.g....

It would be great to have a `cli.copy('some_string')` feature to copy items to the clipboard. Historically, I've done something like: ``` const { copy } = require('copy-paste'); const copyToClipboard =...