主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Kawu
活动总数
66
最后的活动
2026年05月08日 06:05
成员加入日期
2014年04月10日 06:00
关注
0 名用户
关注者数
0 名用户
投票数
8
订阅数
19
活动概览
帖子(17)
评论(22)
按最近的活动排序
最近的活动
投票数
创建于
2014年05月13日 08:49
Found the solution here: http://iambigblind.blogspot.de/2013/02/configuring-pep8py-support-in-pycharm-27.htmlJust add E501 to the list of ignore errors and the warning will go away.Cheers
社区
PyCharm
Disable individual PEP8 style checking (line length)
2 票
创建于
2026年04月16日 19:38
Upload ID: Upload id: 2026_04_16_keFx3PhzdwHeiXXn8m55bZ (file: idea-logs-20260416-21272112038075338614225345.zip)
社区
IntelliJ IDEA Users
Cannot run tests in intellij anymore
0 票
已编辑于
2026年04月16日 19:24
This is the output of the current project:PS C:\projects\retract> mvn test -D="HashUtilTest" WARNING: A terminally deprecated method in sun.misc.Unsafe has been called WARNING:...
社区
IntelliJ IDEA Users
Cannot run tests in intellij anymore
0 票
创建于
2026年04月14日 13:02
Hello.Sorry, due to time issues, I cannot provide a sample project.However: just take any project with a test and run the green triangle. I know from colleagues, that all IJ 2025.3 version and newe...
社区
IntelliJ IDEA Users
Cannot run tests in intellij anymore
0 票
创建于
2026年04月13日 04:52
The issue is still present in 2026.1 …
社区
IntelliJ IDEA Users
Cannot run tests in intellij anymore
0 票
创建于
2026年04月12日 15:38
I have the same issue.Has this been solved with any newer versions?
社区
IntelliJ IDEA Users
Cannot run tests in intellij anymore
0 票
创建于
2026年03月11日 16:46
Hmm. Prefixing table names with their schema name is not good. One of my big tasks is to create DB scripts that can replicate the DB on any PG system. The remote development schema name is “retract...
社区
IntelliJ IDEA Users
Quarkus H2 in-mem DB - how to connect while running in quarkus:dev mode
0 票
创建于
2026年03月11日 13:08
The property:%dev.quarkus.hibernate-orm.schema-management.strategy=noneseems to do the job now. Thanks so much!PostgreSQL Docker is up an running in dev mode/profile with the following init scripts...
社区
IntelliJ IDEA Users
Quarkus H2 in-mem DB - how to connect while running in quarkus:dev mode
0 票
已编辑于
2026年03月11日 11:59
Thanks for the tip/s.The “You must have Docker installed” part was a bigger extra step than expected, which had to be taken (with some problems). I really had to make BIOS changes to activate CPU v...
社区
IntelliJ IDEA Users
Quarkus H2 in-mem DB - how to connect while running in quarkus:dev mode
0 票
创建于
2026年03月04日 22:16
I was able to hook a TCP server around the H2 in-mem DB on port 9092 programmatically like:```import java.sql.SQLException;import jakarta.enterprise.context.ApplicationScoped;import jakarta.enterpr...
社区
IntelliJ IDEA Users
Quarkus H2 in-mem DB - how to connect while running in quarkus:dev mode
0 票
下一页
›
最后
»