Corbie-42

Results 7 issues of Corbie-42

The log level detection is already working fine. Now it would be great, if we could filter the output by log level. Every level should be filterable individually.

enhancement

For medical images, there is a common mechanism called windowing (see this [explanation](https://asvcode.github.io/MedicalImaging/medical_imaging/windowing/dicoms/2020/11/04/A-Matter-Of-Grayscale-Understanding-Dicom-Windows.html)). The exact method is defined in the [DICOM standard](https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.11.2.html#sect_C.11.2.1.2). The window is often adjusted manually in a...

### Description Add a `prenote` argument to `cite` ```typst #cite(, prefix: "see", supplement: "p. 7") ``` optionally, there should be a shorthand notation for that, e.g.: ```typst @[see]distress[p.~7] ``` ###...

feature request
bibliography

Add build targets Linux, macOS and Windows. This was done by executing: ```shell flutter create --platforms=windows,macos,linux --project-name ory_network_flutter flutter-ory-network ``` and adjusting the `clientId` of the `GoogleSignIn` in `main.dart`, so...

Vacuum might be the best linter for OpenAPI. It would be very nice, if it supported AsyncAPI too. Do you plan to support it in the future?

feature

If you click on the Typst Preview Status, you will see the logs. If an error occurred, the logs will be spammed with `DEBUG` and `INFO` messages and you have...

Firecamp if great as WebSocket client, but sometimes you have to act as WebSocket server, e.g. for client development. There should be a WebSocket server mode (on a specified port),...