Vivien S

Results 13 comments of Vivien S

Hey @Kralizek , thanks for creating this template. It's a good source for getting an idea on how to create a DI-Pipeline in lambda functions with less overhead than provided...

Thanks for the fast response, I'll try it out during the next couple of days and will report back if there are any more questions or ideas for improvement.

Hi @jlee58tw , @NickCraver Just deployed my Lambda and I am also observing a high cold start delay as well - I think what's the interesting part here is that...

> Do you have ready to run set on your project to pre compile for the right platform (net6+ feature). That didn't solve it but it helped it. Yes I...

Hi @NickCraver > It's actually next up on my list after https://github.com/StackExchange/StackExchange.Redis/pull/2050, to see how we can better recognize "hey, something's off - go reconfigure" like we do with .SetAuthSuspect()...

Thanks for the response, but if this is the case I have another problem that might be caused by this behavior : Even if I leave the scopes-property empty it...

Thanks for the explanation - as this behavior is optional I made #120 - it would be great if this option could be added.

Hmm I just saw that for dynamically added (dom-repeat) items this only works in Chrome right now, in Firefox & Safari the elements inside the group do not get drawn...

I fixed the problem mentioned in my last comment by re-adding the mutation observer like mentioned in http://stackoverflow.com/questions/31156079/how-to-use-mutation-observers-in-polymer-1-0/31571790#31571790 . There also was an error loading the map in Safari caused...

FYI : I think I got a better concept now by adding an additionalOptions-property (through an "LeafletOptionsContent"-Behavior) to Path, marker and geojson instead of this "only-geojson"-solution. If you are interested,...