James Batt

Results 62 comments of James Batt

The terraform state backend api spec doesn’t include a list api so probably not. But perhaps we should try to make file state backends pluggable like providers so that other...

I just hit this same issue :( any chance a fix is on the way? or a workaround?

Yeah I ended up doing that. No worries! Cheers for your time :) On Sat, 17 Feb 2018 at 8:27 pm, Firtina Ozbalikci wrote: > Hi @Place1 PR #208 >...

I'm happy to write tests if this is something you'd like to merge.

Yeah that makes sense. Any idea about the best way to support that configuration?

Yeah that sounds reasonable - `LazySingleton` - `LazyNamedSingleton` - `MustLazySingleton` - `MustLazyNamedSingleton`

I believe i've run into the same/related problem. I'm currently using 2.0.0-rc2 and I believe [this code](https://github.com/toddams/RazorLight/blob/2.0.0-rc.2/src/RazorLight/DependencyInjection/PropertyInjector.cs#L44) is problematic. The linked code from the PropertyInjector creates a scope and sets...

I'm wondering if it's possible to support use-cases like Razor and [RazorLight](https://github.com/toddams/RazorLight) but adding support for `true`. I just tried to use razor with runtime compilation `services.AddRazorPages().AddRazorRuntimeCompilation();` and it fails...

I did a bit of a dive into this and here's what I found for Razor specifically: * latest cshtml compilation is done with a source generator that ships with...

I'm still quite interested in this but I'm not particularly confident with bazel rule implementations. @purkhusid would you be able to write up some guidance for implementing this feature? *...