Marcus S. Abildskov
Marcus S. Abildskov
@Madserker use https://github.com/capacitor-community/sqlite instead
@Enity you want Deepkit to be able to export metrics to e.g OpenTelemetry? I think we have already discussed this once before @marcj
> For example, yes. But our company uses Prometheus. It's simply more mature. OpenTelemetry is still incubating on [cncf.io/projects](https://www.cncf.io/projects/). OpenTelemetry is far better for capturing traces, logs, and metrics. It's...
Change the conventional commits type from `refactor` to `feat`.
@juanda147 you also have to run `deepkit-type-install`. I suggest adding it to `postinstall` script in `package.json`.
@juanda147 your repro is broken ``` marcus-sa@pop-os:~/Downloads/test_deepkit/playground$ npx jest FAIL DeepKit/Playground.test.ts ● given a serialized PhoneNumber › when the PhoneNumber class is deserialized › Then the class get methods functions...
@juanda147 because you still haven't done what I've asked you to do twice already. https://github.com/deepkit/deepkit-framework/issues/562#issuecomment-2025776335
@juanda147 1. You just reference classes directly as a type 2. There's a `MapName` type annotation. See https://deepkit.io/documentation/runtime-types/types
Blocked - Avro schemas doesn't support circular references. So we either have to remove the fields containing circular references or wait till more schema types (protobuf and json) are supported.
Do you plan to add the New York theme?