Manabubeach
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 10
-
Edited 2023.2 Highlighting "Cannot Resolve" Error with GemlinScala. Works with 2023.1.5
AnsweredHeads up:In my specific situation, I began experiencing syntax highlighting issues after upgrading to 2023.2. When I reverted to 2023.1.5, the functionality was immediately restored. I made no chan... -
Created Heads up: 2023.1 with PlayFramework Scala Silhouette No Longer Works Right. breaks in MessagesAbstractController @Inject()
AnsweredI have upgraded my IntelliJ to 2023.1 and loaded a Play Framework 2.8 project that contains Silhouette and it no longer works properly. The following appears to be related to a cause, and the IDE ... -
Created Need TypeScript/Node Preserve Import Order Directive for Optimize Imports
AnsweredI have the following fragment of code. Import ". /models/Users"; // Import this firstimport "./config/passport"; // Import this 2ndimport routes = require("./routes");These are dependent of each ot... -
Created IJ 2017.2.4 Race-condition or likewise with SBT Shell?
After enabling the SBT Shell in some of my projects, the launch to "all indexed" time takes forever or never completes. When this happens, I disable SBT Shell, and re-launch the IDE, it seems to re... -
Created Hibernate HSQL Inspection - Warning with "SELECT LAST_INSERT_ID()"
AnsweredWe have a DAO object with Hibernate. I cannot get rid of a warning regrading LAST_INSERT_ID () being an unknown database function. It would be very nice to be able to get rid of this warning. At ru...