Grant Lewis

- Total activity 250
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 89
-
Created Code completion issue in Rails Console
I'm having an issue with the code completion in the rails console. If I run rails console from my terminal it launches pry and code completion works as expected. I can also open a Ruby scratch file... -
Created Observing a performance issue rendering query results with the database integration
AnsweredWe have some tables in an RDS instance where all the String columns are CLOBs. It's a byproduct of a JDBC sink connector from Kafka that is importing data from a Kafka topic to the RDS instance. Th... -
Edited Can't preview Markdown files Linux
AnsweredI noticed an old post in PyCharm regarding the same problem. I recently switched back to Linux from Mac. I'm currently running openSUSE Tumbleweed, so it's bleeding edge but mostly stable build of ... -
Created Darcula theme problem in Maven > Repositories dialog
AnsweredThe screenshot demonstrates the problem. This is 2020.1 on Mac. May be a way to override the default color choice here but if an error occurs trying to update a repository the line is unreadable wi... -
Created Filtering table names that start with MLOG
CompletedI haven't had much success filtering table names in our schemas that start with MLOG$... I tried a negative lookahead regex in the object filer and it didn't work. I included my object filter which... -
Created JSP debugging when JSP files are under WEB-INF folder
AnsweredWe are having issues debugging JSPs under WebLogic 12c. It's a maven based project and all the JSPs live under the src/main/webapp/WEB-INF/ folder. In my web facet I have the following configured a... -
Edited DOM inspection from IntelliJ JS debugger
AnsweredDuring testing in the JS debugger in the latest release I found one minor issue. From the documentation it states the following: "The Structure and Text panes are mutually synchronized. When you cl... -
Created Some odd error reporting when parsing weblogic-ejb-jar files
I attached a screenshot from one of our weblogic-ejb-jar files to demonstrate the problem. There is nothing syntactically wrong with the file and sometimes it actually opens up in the editor w/o er... -
Created Exclude classes in persistence.xml and Spring JPA configuration
What we are observing is if you use <exclude-unlisted-classes>true</exclude-unlisted-classes> in a persistence unit and then configure JPA in Spring like the markup shown below the persistence unit... -
Created Problems debugging Spring Batch jobs - forced to invalidate caches
I'm having major issues trying to debug Spring Batch jobs with IntelliJ. The approach I'm using fails consistently in a repeatable fashion. My test scenario is pretty complicated and I doubt I can ...