Alan Johnson

Results 50 comments of Alan Johnson

:+1: To the original suggestion. It's super helpful in having a smooth process for getting people up and running on a project locally, especially from zero. I'm imagining a workflow...

@ljharb Ah nice! So then we're just a short hop away from my dream scenario :) But thanks for the info, I can definitely live with a `.nvmrc`.

This would be pretty awesome!

Is the idea here automatically deriving typeclasses for Newtype types, where a type class for the underlying type exists?

I'm experiencing the same issue. I'm glad I checked, because I had no idea what the cause issue was. I think alternatives 2 or 3 would be good. I would...

Just to add, I'm not sure Alternative 1 really works when func() is a bound method. In my use case, I'm binding a method at run time and queuing that...

@nvie That's one manifestation of the problem, but to me, the overall problem is that I want to be able to do other post-task work. In my case, I'm manually...

If you're using django-redis for your caching, I just added an option that allows a level of indirection, using your connection definition for Redis in your cache as the connection...

I somehow missed your previoius reply, sorry! Haven't checked out your commit to comment on implementation, but to the extent that my vote counts, I'm all for anything that increases...