Devan

Results 58 comments of Devan

I've put this on a single instance t1.micro through Elastic Beanstalk and setup Cloudfront in front of it (without a custom cname), but I'm getting an error: ``` Response to...

@hutch120 I commend you for this kind of response. Detailed, thorough, helpful! Let me spit-ball here: This issue arose after I put CF in place and used HTTPS. Prior to...

Yep! All of the How to GraphQL authors are working on updating all of the frontend tutorials to use Prisma and the latest versions of the Apollo addons. I’m slated...

@bradlc I, too, am curious about 1.0. Great work updating this! I'm curious to try it out once you release it to the `next` tag!

> ... the config goes in a [`babel-plugin-macros` config file](https://github.com/kentcdodds/babel-plugin-macros/blob/master/other/docs/user.md#config-experimental). For `styled-components` you would want: > > ```js > module.exports = { > tailwind: { > styled: 'styled-components' > }...

@bradlc Updated, tested, and seem to see no differences. **However,** I am using CRA, so didn't specify `babel-plugin-macros` before `babel-plugin-styled-components`, because I'm not overriding the `.babelrc`, yet. When I create...

@bradlc looks like that will work. Is this on a remote branch somewhere? I don't mind testing it locally before pushing another alpha.

Interesting, still no luck for me.

Good check points: 1. Yep, I'm pinned to `alpha.5` for sure. 2. They were not in that order before (since automatic import order puts `styled` before `tw`. But after switching...

@pguttikonda I ended up giving up on this library due to lack of response. At some point, I'll writing something similar to this. Currently, I'm using Dymo library directly. This...