Shawn Allen

Results 66 comments of Shawn Allen

Hi, I just want to say that it would be rad if Bolt had parity with npm and Yarn’s separate `version` and `publish` commands, rather than overloading `publish` the way...

Though I could see Stitches supporting a `displayName` like this... ```jsx const ScrollableContent = styled('div', { displayName: 'ScrollableContent', ...styles }) ``` It's probably simpler to just assign it yourself: ```js...

Related: #1104 is an open issue to document the [`styled.withConfig()` API](https://github.com/stitchesjs/stitches/blob/02ba2070fe561c0ff57a81c20a8591f8e091b853/packages/react/tests/with-config-api.js#L5), which supports a `displayName` and (if I'm reading the code correctly) assigns it here: https://github.com/stitchesjs/stitches/blob/02ba2070fe561c0ff57a81c20a8591f8e091b853/packages/react/src/features/styled.js#L41 So, in your case,...

FWIW, I downloaded the docs build artifact from [this run](https://github.com/ansible-collections/community.aws/actions/runs/6163122927?pr=1941), and it looks good:

@tremble is there anything I can do to move this forward?

Thanks for the gut check. Some things I've reconsidered: 1. The engine-specific renderers in `bin` don't need to be sh/bash scripts; they can just nix the file extension and tell...

This might actually be a better format for input to the unit tests for each format, too... something like: ``` yaml # e.g. for PHP converts: '{{ foo }}': ''...

For anyone else blocked by this, I did figure out a workaround for at least the _association_ of existing CloudFront functions with a distribution's cache behavior. The `cloudfront_distribution` module doesn't...

I've got dibs on crawling https://opendap.larc.nasa.gov/opendap/ 🚀