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).
- 活动总数 113
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 28
-
创建于 Display issues - IntelliJ IDEA 2024 possibly the cause?
已回答I have weird display issues since two months or so. It comes in different forms, but it is always the right hand site of the screen that is affected. I couldn't demonstrate it with 100% certainty b... -
创建于 How to enforcing use of GPU
已回答How can I enforce use of the GPU in my program developments with OpenGL (using JOGL Java binding)?I know (and have tested) that I can do this by enforcing “High Performance” setting globally on my ... -
已编辑于 Error "Failed to save settings. Please restart IntelliJ IDEA"
已回答I have become victim to this error “Failed to save settings. Please restart IntelliJ IDEA”. I know that it has been seen before a couple of times over the last ten years or so. But I couldn't manag... -
已编辑于 Weird error message for Kotlin Range
已回答Does anybody have an idea why I see this weird error message?Variables a and b are perfectly normal Int type values (as indicated by the superfluous redundant toInt() mapping).This appears to happe... -
创建于 Issue with Coroutine Libraries depending on build setuo
已回答Depending 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 ... -
创建于 Disable inspection for "UNUSED_ANONYMOUS_PARAMETER" in project
已回答I 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 -> ... -
已编辑于 coursera Kotlin training and set up of training assignments
已回答Hi 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... -
创建于 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... -
创建于 JavaFX issues with 2 seemingly equivalent projects
已回答Hi 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... -
创建于 On IntelliJ IDEA startup warning shows: "Early Access Java versions may cause compatibility issues. Use a stable release version.'
已回答I 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...