Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Kawu
Total activity
66
Last activity
May 08, 2026 06:05
Member since
April 10, 2014 06:00
Following
0 users
Followed by
0 users
Votes
8
Subscriptions
19
Activity overview
Posts (17)
Comments (22)
Sort by recent activity
Recent activity
Votes
Created
May 13, 2014 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
Community
PyCharm
Disable individual PEP8 style checking (line length)
2 votes
Created
April 16, 2026 19:38
Upload ID: Upload id: 2026_04_16_keFx3PhzdwHeiXXn8m55bZ (file: idea-logs-20260416-21272112038075338614225345.zip)
Community
IntelliJ IDEA Users
Cannot run tests in intellij anymore
0 votes
Edited
April 16, 2026 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:...
Community
IntelliJ IDEA Users
Cannot run tests in intellij anymore
0 votes
Created
April 14, 2026 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...
Community
IntelliJ IDEA Users
Cannot run tests in intellij anymore
0 votes
Created
April 13, 2026 04:52
The issue is still present in 2026.1 …
Community
IntelliJ IDEA Users
Cannot run tests in intellij anymore
0 votes
Created
April 12, 2026 15:38
I have the same issue.Has this been solved with any newer versions?
Community
IntelliJ IDEA Users
Cannot run tests in intellij anymore
0 votes
Created
March 11, 2026 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...
Community
IntelliJ IDEA Users
Quarkus H2 in-mem DB - how to connect while running in quarkus:dev mode
0 votes
Created
March 11, 2026 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...
Community
IntelliJ IDEA Users
Quarkus H2 in-mem DB - how to connect while running in quarkus:dev mode
0 votes
Edited
March 11, 2026 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...
Community
IntelliJ IDEA Users
Quarkus H2 in-mem DB - how to connect while running in quarkus:dev mode
0 votes
Created
March 04, 2026 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...
Community
IntelliJ IDEA Users
Quarkus H2 in-mem DB - how to connect while running in quarkus:dev mode
0 votes
Next
›
Last
»