beezee
beezee
Here's my workaround for that: ``` scala import awscala._, dynamodbv2._ class EnhancedDynamoItem(item: Item) { def attributesMap: Map[String, AttributeValue] = item.attributes .foldLeft(Map.empty[String, AttributeValue])((m, a) => m ++ Map(a.name -> a.value)) }...
Wow you're right this _is_ old code. I'm embarrassed to say this, but that error might be a bold faced lie... Looking at the place where it is displayed I'm...
@milessabin that's great to hear. I work with @jleider and I'd love to share some of our slower-to-compile uses (haven't noticed any runtime issues at all.) Generally we have seen...
Does `ret: Optional[Set] = None` clear the error?
Yeah I suppose email processor is more concentrated than trying to overload controller, but it still couples my implementation to an adapter, which is less ideal compared to an optional...
@DaPo it's a good feature request, should be supported by an option you can configure without having to modify code. I'll try to look into this soon.
really cool to see you guys all digging in on this issue, thanks! @ragnaruss totally kosher to link but even better would be to get a pull request cooking to...
@hyperking agreed, this is definitely on the up and coming list. Not sure when I will have time to spend next but these changes should be pretty simple, I'd be...
Thanks for sharing @hyperking but this looks like it's referencing some globally defined functions that aren't even included in the gist content. I think this is at most two new...
@darksmo all sounds great and thanks for opening- this will take me some time to evaluate since the diff is so large. One note from initial readthrough- the syntax is...