Odie
I am a mathematician by education and worked in IT until my retirement. I have been doing programming with Kotlin for several years as a hobby of mine. The main interest are topics around terrain generation, tectonic simulation and related aspects and techniques (OpenGl, GPU programming).
- Total activity 113
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
-
Created Issue with Coroutine Libraries depending on build setuo
AnsweredDepending on the build setup, there appears an NoClassDefFoundError error or not. It all points towards a mixup with the proper reference to the coroutine libraries, but I can't figure it out. Any ... -
Created Disable inspection for "UNUSED_ANONYMOUS_PARAMETER" in project
AnsweredI have these inspection warnings for unused parameters in lambdas and can't figure out how to disable them in the inspections settings globally for the project. Example: {parameter1,parameter2 -> ... -
Edited coursera Kotlin training and set up of training assignments
AnsweredHi I have started with the Coursera course 'Kotlin for java developers' through the training offerings in our company training platform. I am asked to use an IDE (like IntelliJ IDEA) with the EduTo... -
Created Simple listOf(..) function call takes immensly long, when called the first time
I noticed that building of a simple list can take immensly long. I use the following little test program: var endTime: Longvar startTime:Longvar l:List<Int>repeat(10) { startTime = System.nanoTi... -
Created JavaFX issues with 2 seemingly equivalent projects
AnsweredHi I get an error "Error occurred during initialization of boot layer , java.lang.module.FindException: Module javafx.base not found". I have prepared (upload referene 020_10_09_4Ko4fLbfABn6e2kG) t... -
Created On IntelliJ IDEA startup warning shows: "Early Access Java versions may cause compatibility issues. Use a stable release version.'
AnsweredI have been seeing this message for a while now. I am not sure but probably from early this year onward. However, everything works find and so I haben't had any pain and I have not ignored it so fa... -
Created OpenCL fails to connect kernel printf stdout to intelliJ IDEA console
AnsweredThe printf instruction in an openCL kernel is supposed to write to the stdout interface which in turn is expected to be the "Run" console in the workbench ( I am working with IntelliJ IDEA communit... -
Created Windows DLL not found in lwjgl jar file
AnsweredI try to run the LWJGL libraries aquired from lwjgl.org. I have loaded all jar files into my project as instructed on https://github.com/LWJGL/lwjgl3-wiki/wiki/1.2.-Install but when running the pro... -
Created OpenCL calls not correctly transformed from Java to Kotlin
AnsweredI have a piece of Java Code based on the OpenCL library with a plan to leverage the general computation capacity of the graphic processor (GPU). It works (as demonstrated by the successful console ... -
Created Performance Testing plugin not working with the IntelliJ IDEA Community Edition?
Could it be that the Performance Testing plugin https://plugins.jetbrains.com/plugin/7819-performance-testing does not work with the free of charge IntelliJ IDEA community Edition? I was able to in...