Tine Jozelj

Results 52 comments of Tine Jozelj

Hi all. Adding another promising library that handles metrics and tracing. [OpenTelemetry](https://opentelemetry.io/) which describes itself as "An observability framework for cloud-native software." and it's a part of [CNCF](https://www.cncf.io/) and it's...

@jakejarrett Did you try to implement `mpris`? There isn't any `mpris` library for js? I might go and implement it if there is no project working on this yet.

@longility Prisma it's not using pg under the hood. It's using it's own [prisma/prisma-engines](https://github.com/prisma/prisma-engines). You can read more here https://www.prisma.io/docs/concepts/components/prisma-engines. @matthewmueller what is the progress on this issue?

When #126 is done, we should reevaluate if this is even going to happen, as we don't populate entities the same way anymore.

Current idea is. Use HTTP, same as now, for API requests. Use Istio to handle proxying to actual services. For connection between services, instead of using now direct ts calls,...

**TODO Code:** - [x] Move to own packages - [x] Decide on grpc or events for connection between services; Will use GRPC - [x] Fix code to reflect types from...

nest-raven is directly using[1] official sentry nodejs method for extracting request data [2]. Which by default extracts only some keys[3]. This can be configured[4,5], but not currently in nest-raven [6]....

Hmm, that looks like it's related to #22. Which means that nest-raven doesn't expose `ADDITIONAL DATA` to exceptions not captured by nest-raven itself. When you use `console.error` this isn't handled...

The plan is for this to be fixed with #22. Otherwise. It's a good practice to throw/faill when error happens. And not just logging it to stdout/stderr. Then you can...

I really like [semantic-release/semantic-release](https://github.com/semantic-release/semantic-release). What do you think if we just use that for automated releasing (and changelog generation)?