David Mehren

Results 117 comments of David Mehren

@belamu We will not re-add the PDF-export in 2.0 (which this issue is about). Have a look at [the FAQ](https://hedgedoc.org/faq/#why-was-the-pdf-export-feature-removed) about why. I created https://github.com/hedgedoc/hedgedoc/issues/965 to discuss the planned reimplementation,...

This is happening again now with 1.47.4: ``` Get:1 http://repo.netdata.cloud/repos/stable/debian bookworm/ netdata-plugin-systemd-journal 1.47.4 [1,302 kB] Get:2 http://repo.netdata.cloud/repos/stable/debian bookworm/ netdata-plugin-slabinfo 1.47.4 [174 kB] Get:3 http://repo.netdata.cloud/repos/stable/debian bookworm/ netdata-plugin-pythond 1.47.4 [242 kB] Err:3...

And again: ``` Get:1 http://repo.netdata.cloud/repos/stable/debian bookworm/ netdata-plugin-pythond 2.2.0 [170 kB] Err:1 http://repo.netdata.cloud/repos/stable/debian bookworm/ netdata-plugin-pythond 2.2.0 File has unexpected size (170154 != 170136). Mirror sync in progress? [IP: 2606:4700:10::6816:4ee5 80] Hashes...

Is there maybe a way to leverage the OpenAPI Spec from the backend to automatically generate validation code?

If you have - an OpenAPI schema - some kind of validator generated from that, - frontend code that uses the types of the validator I think you get exactly...

The frontend could also just use the `.dto.ts` files from the backend and use them to validate JSON with [class-validator](https://github.com/typestack/class-validator). That would skip the OpenAPI step and allow code-reuse if...

We see a similar behavior, although the spikes significantly increased in frequency in the last weeks, even though we didn't really change anything. When a spike in goroutine count occurs,...