Kurt Mackey
Kurt Mackey
CircleCI seems tricky with Docker, the people we know who use it end up doing remote builds with `flyctl` (unintentionally). This one should show how to do in-Circle Docker builds....
Ah! `loose` actually returns the same, presumably because `nl` is an exact match?
Yep! I think it makes sense to do some popular ones individually (like Google and GitHub) and then support things like auth0 as well.
That would be amazing. 💃
TypeForm might be tough as a backend. I don't think it'll work at all with a private form. We'll need a list of forms to run tests against, most likely....
@WesleyDavid and I poked at this yesterday, this seems like what it takes to do a basic Typeform backend: https://gist.github.com/mrkurt/cbe97a7674d5edc7704e4ce925d4f8e1
Was this the tsconfig in the example gist?
We had a pretty good start at a Google Analytics one somewhere. All proxy side, with optional injection of client side JS to do client event tracking with the same...
@aug2uag I'm going to dig into this again tomorrow! I didn't notice your changes, I think I need to get better at GitHub notifications. :D
Ok so here's what I'd suggest for this. Rather than doing caching, exactly, make a device based segmentation middleware (like the cookie one here: https://github.com/superfly/cdn/blob/cookie-segments/src/middleware/cookie-segments.ts). That basic model can be...