Gabriel

Results 5 comments of Gabriel

Hi @muddle216 , could you share what you did? I'm also interested in using bigint for int64. Thanks!

According to this issue: https://github.com/aws/aws-sdk-go/issues/2526 it seems to be available via cloudwatch api, not via sqs api. Would that be a blocker?

BTW, with winston it does work. So I guess that all the hooks to datadog are in place

Hi @Spasi, super clear answer. Maybe critical flag is an option? In this fork of your library it is used https://github.com/CRKatri/lwjgl3/blob/d620cd80295fd1631faaf1cf03d874ab0f1738ba/modules/lwjgl/lz4/src/generated/c/org_lwjgl_util_lz4_LZ4.c#L14 If I read [this](https://tech.clevertap.com/demystifying-g1-gc-gclocker-jni-critical-and-fake-oom-exceptions/) correctly it prevents gc compactation....

Hi, Related to heterogeneous requests, this is actually possible in sql in only one query. At least in Cockroachdb and Postgres. The following: ``` select * from relation_tuple where (object_id,...