Alex Dixon

Results 50 comments of Alex Dixon

@sparkofreason Thanks. We're considering using quadtrees for the case described above. Appears common in games for solving similar problems. I believe this is an issue that is dealt with in...

@dependabot All hail our AI overlords

The thought here was that this would be useful for agenda groups (and it would). This doesn't make much sense to have for activation groups. Renaming the issue accordingly. Dependent...

Maybe until there's time to review it it could be published on a draft release channel? 😄 Some of us could give feedback, add fixes if needed, etc.

Had this problem, going to use `--ignore-platform` and hope for the best.

Thanks for your feedback. I’ll try it and report back. 😊

@bhauman Thought you might want an example for this so I pushed https://github.com/alex-dixon/lein-figwheel/commit/216e7d9d93d9cdb23c2ccebbc20b7716f4181391. Unfortunately I haven't been able to get it working. Any help would be appreciated. The branch uses...

I've also tried the example here: https://blog.markhepburn.com/2017/06/12/quickie-using-figwheel-and-leiningen-as-a-proxy-server-for-fun-and-profit Used the same package versions that are linked to with tailrecursion/ring-proxy 2.0.0-SNAPSHOT and still get errors. Seem to be coming from some of...

Seems like was added to docs here? https://github.com/anmonteiro/lumo/commit/b579ec759bce53276a7fd7f91bc2bb88c6326e09#diff-96693bbf67804ebab0d4b0137c80458f

The readme says don't use `import * as` but it solved this issue for me. ```ts import * as StripeAPI from 'stripe' const Stripe = Context.Tag('stripe') const makeStripeLayer = (stripeAPIKey:...