Iacami Gevaerd

Results 30 comments of Iacami Gevaerd

This could be relevant to the subject https://aws.amazon.com/blogs/compute/using-node-js-es-modules-and-top-level-await-in-aws-lambda/

Any news regarding this? Not sure why it was closed.....

I'm definitely wrapping my handler and that is working fine, that's not the question though. The point is "errors during setup/init", say a db connection or anything else that happens...

Np. Aside from the links shared above (https://aws.amazon.com/blogs/compute/using-node-js-es-modules-and-top-level-await-in-aws-lambda/), I don't have anything extra to share. I believe this should be doable and would greatly increase Sentry's scope if accomplished.

> migrate existing contributors' data in .all-contributors.src to the geojson data. ? How to get coordinates? You could create a build script that generates the geojson data from `.all-contributors.src` with...

@clintonlunn I have a feeling this map would have just one marker per area if rendered from a state perspective, because there could be many in the same "pixel", so,...

`Brazilian[Exposure/Duration/General] ` sound good to me! I think the only hard to name was `BrazilianCrux` 😅

I could work on this if there's a clear path towards how to standardize this. Perhaps make all grades strict and only accept/output in the expected/correct case?

What if we implement a `format` function that would then be used in the frontend for input formatting? Each grade should implement it's own, for some grades that function would...

FYI when implementing the Brazilian scale I've made sure to cover this case,[ there's an additional check if the slash grade is subsequent otherwise it would fail/error validation](https://github.com/OpenBeta/sandbag/blob/c3f644eab405761970a7ae6357b4e58671c3cbc6/src/scales/brazilian.ts#L40). There's also...