Andreas Seibt
- Total activity 125
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 37
-
Created Git push fails with authorization issue
AnsweredWhen i try to push my local changes to the remote repository every day the first push from the Commit pane of IntelliJ fails with an “unauthorized” error. When i open a command line in the terminal... -
Created Using Claude Code with Team account in AI Assistant
AnsweredI have a Claude Team account from my company. Is it possible to connect the account in the AI Assistant without an API key? I don't get one from my company.Kind RegardsAndreas -
Created Bidi Text Base Direction seems to be broken
AnsweredI can't use the last two EAP builds because the editing experience is worse. When i start editing the cursor remains at its current position and the text is inserted right from the cursor. The resu... -
Created AI Assistant integration doesn't work as expected
AnsweredI have a policy in my company that i shouldn't pass source code to AI chatbots. Therefore when i use AI assistant in IntelliJ i always set “Codebase off” in the prompt and expect that AI assistant... -
Created AI Assistant global configuration
AnsweredI'm using AI Assitant on a regular basis on different projects. As i mostly write Kotlin and Java applications always add some prompts to the prompt libray in the AI Assistant configuration. When i... -
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...