Results 16 comments of lin-mt

> @lin-mt : Do you get some error while plugin is building image? Default behavior is to try cleaning up dangling images. Have you specified `cleanup` configuration option via plugin...

This is log. ``` [INFO] Scanning for projects... [INFO] [INFO] -----------------< cn.linmt:application-service >------------------ [INFO] Building application-service 1.0.0 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- docker:0.43.4:build (default-cli) @...

预计在什么时间点发布 3.0 呢

Hi @jamesgeorge007 Importing https://cloud.agenta.ai/api/openapi.json from URL is not working in Desktop App (windows v2024.3.0). ![image](https://github.com/hoppscotch/hoppscotch/assets/58337359/c81d75e2-4be9-480e-bc17-c4d4ce582dd3)

Yes, after i install `"monaco-editor": "^0.52.2"`, it works. then i config: ```ts import * as monaco from 'monaco-editor'; import loader from "@monaco-editor/loader"; loader.config({ monaco }); ``` this issue come out...