Andreas Seibt

- Total activity 107
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Created Problem with formatting unit tests in Kotlin with Kotest's FunSpec
AnsweredI'm writing unit tests for my Kotlin application using Kotest 5.9.1 using the FunSpec flavor. When I reformat the code it looks like this:class MyUnitTests : FunSpec({ ... -
Created How can i prevent AI-Assistant accessing my code?
AnsweredMy company's policy doesn't allow to expose internal source code to KI-Assistants. When i ask AI-Assitant about how to implement certain things, the code examples are using code i currently have op... -
Edited Workspace plugin doesn't work as expected
AnsweredI'm just trying out the new Workspace feature of intellij (in IntelliJ 2024.3 RC). I found that all my run configurations are broken, as they use the workspace directory and not the project directo... -
Created Unable to start Kotlin application in 2024.3 Beta
AnsweredWith the last few EAP builds 2024.3 was not able to run Kotlin applications. I hoped it will be fixed in the current Beta, but this is not the case. The IDE showas the following error:Read access i... -
Created Problem with MongoDB
I just installed Datagrip 2024.2. When i open my MongoDB project, the database refresh will hang in the following state:If i close the open database tabs from the last session and then restart Data... -
Created Docker images and containers not shown anymore
Hi,i'm using the latest IntelliJ IDE (2024.1.1) on Windows and have an issue with the Docker integration. After updating Docker Desktop to 4.30 there is a new option “use containerd for pullling an... -
Created IntelliJ 2023.3 Beta - Unable to save settings
AnsweredSince yesterday IntelliJ freqently shows a popup which ask me to restart the IDE because it can't save settings. I'm not quite sure if it is an IntelliJ issue because I installed the Beta last week... -
Created Could not start SpringBoot app
AnsweredAfter installing IntelliJ 2023.1 EAP 3 ic couldn't start my SpringBoot app via the services panel anymore. Following exception is thrown: Internal error (java.lang.IllegalStateException): Duplicate... -
Created Hide external libraries node from project view?
AnsweredIt's always annoying that the "external libraries" node in the project view will be expanded when a decompiled class is shown which results in a large amount of scrolling back to the interesting so... -
Edited Introspection of Oracle database
AnsweredI have an Oracle database with around 600 tables running in a Docker container. After recreating the container and refreshing my connection some of the tables are duplicated in the database explore...