Re: Pssst! [Kotlin Support]

2021-10-12 Thread Emilian Bold
There are worse things than doing Kotlin on IntelliJ. Congrats on the new job! --emi mar., 12 oct. 2021, 13:35 Owen Thomas a scris: > It's a nice sentiment (and one I agree with) but I've recently been > employed by people who one might say have swallowed this Kotlin/IntelliJ > cool-aide. > > T

Re: Pssst! [Kotlin Support]

2021-10-12 Thread Owen Thomas
It's a nice sentiment (and one I agree with) but I've recently been employed by people who one might say have swallowed this Kotlin/IntelliJ cool-aide. Therefore I either learn Kotlin, or I find another job; before this, I was unemployed (on a pension) for more than 13 years. Hence, I would rather

Re: RCP App exe on Windows does not find JDK

2021-10-12 Thread Steven Yi
Hi Neil, I did end up going with embedding the JDK on Windows and am working out my github actions to package the macOS .app twice (for x86_64 and arm64). I based it on your praxis-live scripts; many thanks! The nbpackage work looks very welcome. I will try to take a look as soon as I can. Thank