David Mehren

Results 96 comments of David Mehren

I have similar issues with a worker-setup: matrix-common-after stops all services, then starts them again. nginx tries to start, but cannot find one of the workers, which has not managed...

I can reliably trigger this behavior by activating a VPN connection (split-tunneling, OpenVPN). Nextdns logs `Network change detected: tap0 added`, but then stopps resolving all querys with errors like `Query...

Please follow the complete issue template in the future, thank you. You can already use https://github.com/hedgedoc/cli to download notes to markdown files. As you talk about filters, you seem to...

I think filtering takes place in the frontend, right? Would it make sense to move this issue to the frontend and use it to track a "download these notes" button,...

@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,...

Maybe show a "We found a history in your browser. Would you like to import it?" toast/modal? To make it a bit more prominent than the current button.

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...

Moved to the frontend repo so the frontend team can discuss possible changes in 2.0