Yes!
- Our packets are made from 4"x6" aluminum, FDA-approved packaging.
- We ship in thermal bubble mailers (also aluminum) inside of recyclable boxes with compostable liners.
- We include ice packs in each order that are reusable. You can also send those back to us if you don't want to keep them!
This is something I've considered doing for years after dealing with the likes of Clickbank, etc. I'd love to pick your brain for your requirements. How can I get in touch?
Context is not a good feature, and even the developers didn't want to write documentation for it because they didn't want people to use it. https://github.com/facebook/react/issues/580
As people adopt external state containers, like Flux and Redux, it becomes increasingly impractical to bucket brigade chunks of data and callbacks to the leaves of the component tree via props. Some sort of delivery mechanism that doesn't couple in intermediate components is pretty critical to avoid having to maintain an unbounded amount of glue code. Context isn't without its kinks, but it's pretty useful in cutting boilerplate and decoupling components. The one thing I don't buy is that it's somehow worse than props from an architectural perspective (it's often compared to global variables, which makes little sense to me).
> While that's true, I think the discussion in that issue has gone more towards HTTPS support for custom domains.
A huge number of those "+1 for HTTPS on custom domains" don't seem to understand/appreciate the difference in providing HTTPS on the *.github.io (one wildcard cert) vs. HTTPS support for custom domains.
The latter would require an interface (UX being key here) and storage for uploading your own domain certificates to GitHub, which is nothing like any other part of GitHub right now. I also presume that most of these "+1's" would want this service to remain free.
You could always use CloudFlare directly for that... I would presume that their underlying connection to Github is very close and reliable in terms of risk for MITM.