Samuel Müller
Samuel Müller
### What version of UAA are you running? 74.29.0 ### How are you deploying the UAA? I'm not sure, since i don't operate it. ### What did you do? I'm...
Something like this: The Use-Case is a text editor which allows to have embedded [katex](https://katex.org) equations.
I'm not sure if this is possible, but it would be a cool feature.
When i try to use the "add import for" feature, i get the following error: ``` Error performing autoimport: Unknown autocomplete suggestion type mixin ```
**Bug description:** Since version `11.22.0`, it is not possible anymore to load a uri pointing to the file system on Android. The WebView shows an error message. This ``` source={{uri:...
The following code results in a memory leak: Main.java ``` package org.example; import org.cloudfoundry.client.v2.users.GetUserResponse; import org.cloudfoundry.client.v3.roles.RoleType; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import java.util.List; @SpringBootApplication public class Main { public static void...