joeyparis

Results 34 comments of joeyparis

https://wkhtmltopdf.org/downloads.html now has binaries specifically for Amazon Linux 2. The current gem has `amzn_2` defined as an os based on centos_7, which may be true but now that wkhtmltopdf supports...

I got this working by setting `window.CLIPPY_CDN` to `https://cdn.jsdelivr.net/gh/pi0/clippyjs/assets/agents/` which links it directly to this github repo's current branch. jsdelivr.net seems to have a better service record than gitcdn.xyz

We would also love to have a CMYK pallet option.

I've decided to remove support for nested containers and only allow nesting for components. I felt like it convoluted the redux store and probably went against the whole container/component relationship...

> Edit: Sorry I am opening this back as a result of not merging the #2935 if that means anything;) Haha no worries, I understand how it goes. I'm happy...

On that note, which branch should I be targeting at this point: `dev` or `v5-with-cra`?

Is there anything I can help with to get v5.0 closer to release? I'm looking to migrate a project over from a much older version of react-boilerplate but want to...

Does this mean new projects should be started with React Boilerplate CRA and not this repo?

Just to add to the list of programs that would benefit from this, [AWS's Elastic Beanstalk CLI](https://github.com/aws/aws-elastic-beanstalk-cli). Specifically the `eb ssh` command

Can we have an error thrown/logged if we try using `react-dates` on a version >16? Or at least add it to the README? I just spent 3 days trying to...