Dean Schulze
- Total activity 68
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 24
-
Created Intellij shows incorrect suggestion for Go string interpolation for fmt.Printf()
AnsweredThe actual code is Intellij shows this hint for this code: This hint is not even correct Go code as far as I can tell. Why is it showing this? -
Created Is there a plugin to browse the data in Google cloud BigTable?
AnsweredThe title says it all. I see support for BigQuery but nothing for BigTable or HBase. Is there a way to browse data in BigTable? -
Edited AWS Toolkit can only debug locally on .go file in top directory
AnsweredI created a simple test project with main.go under the project directory. Creating a lambda works just fine here and I can debug locally: The lambdas displayed in the AWS Explorer window are code ... -
Created AWS Toolkit Edit Run Configuration for lambda doesn't allow me to select a file
AnsweredI have a lambda (implemented in Go). When I right-click on the lambda symbol and select Modify Run Configuration and then select File in the dialog the file selector that pops up doesn't display t... -
Created Intellij not recognizing when new dependencies are added to build.gradle.kts
AnsweredI've checked out a Kotlin project from VCS. I've added the kotlintest dependencies to the build.gradle.kts file, but Intellij does not recognize the new dependencies. I've executed the reload fro... -
Created How to set LD_LIBRARY_PATH to debug a cgo program
AnsweredTo run the binary from the command line I set this export LD_LIBRARY_PATH=/home/dean/src/liqid.slurm.integration/liqid.conf.file.parser/c/cmake-build-debug When running the debugger I've tried sett... -
Created How can I clean up the compiler-file*.d files from the compilation database?
AnsweredI created a compilation database for a large C project. So far it's been working well, but my directories are filling up with compiler-file*.d files. Is there a way to clean them up? -
Created CLion can't find .h files in /usr/include/mysql
AnsweredI've created a new CMake project from legacy code. The code compiles with make from the command line. CLion can't compile because it can't find mysql.h, which is in /usr/include/myql. I've added... -
Created How do I get javadoc for JDK 11 and Spring Boot 2 to display in Intellij?
AnsweredCtrl+q doesn't show the javadoc for either JDK or for Spring Boot. I have turned on automatic down through maven (Settings -> Build, Execution, Deployment ->Build Tools -> Maven -> Importing) but ... -
Created Intellij can't import Spring Boot project
AnsweredI checked out a SpringBoot project. It builds and runs from the command line with maven. When I import it into IntelliJ as a maven project it complains that it can't find the SpringBoot classes. ...