HackerTrans
トップ新着トレンドコメント過去質問紹介求人

selimco

no profile record

コメント

selimco
·5 か月前·議論
The drop cap example is also broken for me on the latest Firefox version. It still requires a manually set line-height of 1.
selimco
·11 か月前·議論
You don’t really need any of the apache commons libraries with modern java versions, if that’s what you were referring to. Also I think that most people who are considering doing jvm development would consider kotlin as an alternative language or maybe c# and dotnet as an alternative ecosystem. I believe rust, c or cpp are rarely going to be considerations for most people in that situation.
selimco
·11 か月前·議論
It seems like micronaut has been able to avoid runtime bytecode generation by doing everything at compile-time. I wonder if there’s things that you can’t do the micronaut way.
selimco
·12 か月前·議論
You can put kotlin code in src/main/java
selimco
·2 年前·議論
I think space is usually the key that performs a click on focused buttons, not enter.
selimco
·2 年前·議論
I’d say Javalin is more of a successor. Vert.x is too focused on reactive programming to qualify as a successor IMO.
selimco
·2 年前·議論
At least one Turkish website (obilet) also offers this info. I consider this whenever I purchase a ticket.
selimco
·3 年前·議論
There's the sigma fp which is the smallest I believe.
selimco
·3 年前·議論
In kotlin (maybe also java?) you can use the jetbrains @Language annotation to get syntax highlighting on string variables. A little more verbose but maybe it works for you.
selimco
·3 年前·議論
We have the same

https://www.zeit.de/digital/datenschutz/2021-08/cdu-connect-...
selimco
·3 年前·議論
Modern Java has Coordinated Restore at Checkpoint (CRaC) as well as ways to compile it to native binaries that can start very fast (GraalVM & Substrate VM). The former has the benefit of a JIT as well!