Lutosław
- 活动总数 75
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 1 名用户
- 投票数 9
- 订阅数 18
-
已编辑于 AI Assistant very slow
已回答Generating a response took over 5 minutes, making it virtually unusable. IntelliJ IDEA 2024.1.3 (Ultimate Edition)Build #IU-241.17890.1, built on June 4, 2024Subscription is active until July 29, 2... -
已编辑于 Trouble with running AKKA project
I'm learning AKKA and I've started with a simple example build.sbt version := "1.0" ThisBuild / name := "akka-quickstart-scala" ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / scalaVersion := "... -
创建于 Keyboard shortcut to focus on jupyter editor
Everywhere in Idea pressing ESC moves focus to editor... but not in Jupyter Notebook, where it moves focus to... eh... nothing? Technically it goes to a list of cells but that's not very useful, es... -
已编辑于 "Connection refused: connect" in Http Client when querying localhost.
已回答I try to configure development on Windows with WSL 2. I've managed to import, compile and run a simple Spring Boot application with a /users endpoint. I got a response from localhost:8080/users usi... -
已编辑于 Cannot load a sample CUDA project: link: unknown option -- L
已完成Hello, I've created a sample CUDA project in CLion, but it fails to link. I have Windows Kits and CUDA SDK installed. "C:\Program Files\JetBrains\CLion 2022.1.2\bin\cmake\win\bin\cmake.exe" -DCMAKE... -
创建于 Cannot upgrade kotlin plugin
I get an "update kotlin plugin" popup from time to time, like this: A new version 211-1.5.10-release-891-IJ7142.45 of the Kotlin plugin is available. but whenever I try to install it I get a mess... -
已编辑于 [Solved] How to display Query results in a Query Console
已回答This is what happens: This is how it works in the past (screenshot from documentation): The current design is terrible (for once, it breaks scrolling because once you scroll to the end of resul... -
已编辑于 GlobalInspection - checkElement never called
已回答Hello, I'm trying to develop a simple Dialyzer support for the Elixir plugin. That is, integrate an external analysis tool with the inspection system. The problem I've encountered is that checkElem... -
已编辑于 Cannot start Elixir module or test
已回答When I try to run a simple hello world project in idea, I got an exception: Already disposed: -------------Own trace: com.intellij.openapi.util.TraceableDisposable$DisposalException: 740583472 at c... -
已编辑于 No auto complete for the React-Redux in a React Native App
Hello, I've encountered a weird issue. I learn react native and I really appreciate autocompletion feautre. I use TypeScript. Autocompletion works for everything I used so far, excluding react-red...