Asapha
Asapha
Hi, I'm wondering if the library could handle reading xml files which have escaped double quotes. Currently, adding a string such as `\"Audio effects\"` will be rendered as `\Audio effect\`...
**Describe the bug** Calling `vcpkg export --triplet arm64-android jsoncpp --prefab --prefab-maven --debug:` fails on my machine. It leads to: > error: Your vcpkg 'installed' tree is corrupted. Doing `rm -rf...
The preview pane is stuck on "Rendering preview" when trying to preview this ```kotlin @Preview @Composable private fun TestPreview() { SwingPanel( factory = { JTextArea("Hello world") } ) } ```...