Garrett

Results 35 comments of Garrett

You can do one-way binding for data in your templates, but I doubt you'll get a measurable performance improvement form that. It would help if you could answer the following...

@kfcampbell would you mind taking a look here?

@kfcampbell friendly bump! would appreciate if you could take a look or suggest another maintainer

Closing this in favor of https://github.com/integrations/terraform-provider-github/pull/1263 which provides more flexibility

@movermeyer bumping this one again. looks like all the infra is in place to publish wheels, would it be possible to push them up for 2.2.0 and for future versions?...

+1 to adding this as a breaking change in 6.0. I think it would be best to raise an exception in the cases above (not callable or an immutable primitive)....

This is happening because the `disallow_any_generics` is enabled in your mypy conf. The way we currently type `MapAttribute`s is flawed due to it behaving differently depending on whether you subclass...

@l0b0 would you mind creating a separate issue with more context?

From some quick testing, this seems to be a limitation of [aws-sdk](https://www.npmjs.com/package/aws-sdk) on the backend side. [Version 3 of the SDK](https://aws.amazon.com/blogs/developer/new-aws-sdk-for-javascript-developer-preview/) fixes this (confirmed via testing), however it's still in...

@rchl I don't expect that the new SDK version would break compatibility with any existing DBs, just that it'll change the usage of dynamodb-admin slightly in the sense that you'll...