Tom Forbes

Results 179 comments of Tom Forbes

Remade here: https://github.com/smithy-lang/smithy-rs/pull/3546

I think this concerns the Django 1.9 beta, I will investigate later :) Thanks for the report and the follow up :+1:

Sorry for the lack of updates on this, I intended to get some work done after Christmas but then I got the flu quite badly. I took a look at...

Thanks for this! Yeah, I forgot to remove the PRINT_TIMINGS setting. Are you sure you are using the latest version? I don't see any console output at all from template-timings,...

I love this, thank you @RealOrangeOne. A couple of thoughts: Passing a plain callable to `enqueue` and `defer` is a nice interface but it has some downsides. We can only...

Hey there, thanks for the kind words :) The example uses the Pyramid framework and you are using Flask, you can ignore them in the example (It's just boilerplate). The...

Hey there, It's been a while since I looked at the code, but your use case should be fully supported. Interesting application by the way :) So @cytec has it...

Thanks for this! The meta issue is fine 👍 Regarding the dependencies: this brings some trouble. I would like to be able to have Django live in a directory outside...

Thanks for your help @apollo13, much appreciated! So, a few things about the implementation. If we go with @jarshwah's suggestion (which is more clean, for sure) we run into some...