Another act of terrorism by russians. The photo shows a children's hospital in Kyiv.
Ukraine protects all of Europe. And if Ukraine does not receive the necessary help and permission to strike deep into russia, this evil will come to other European cities.
And then in the USA.
Let's kick off the week with the release of nREPL 1.2 (https://t.co/Xg0sh8shKm) and CIDER 1.15 (https://t.co/mrGlUCioyT)!
In a nutshell - now nREPL encodes & decodes bencode data a lot faster and the "interrupt" op works on Java 20+. Kudos to @unlog1c for the great work!
Java 21 messed up nREPL's interrupt functionality (by removing Thread.stop), but thanks to the amazing @unlog1c we have an alternative solution in nREPL 1.2. And CIDER's development version just added support for it https://t.co/09goUOoX2v
@Jonathan_Blow@hsu_steve@NathanpmYoung From the bottom of my heart, you've just said the most idiotic thing in your entire life. And you already had plenty of stupid takes, so the bar was pretty high. Congratulations on the achievement!
@MichaelDrogalis@ztellman@borkdude In your particular example, you can try to identify a pattern in your middleware names (e.g., add wrap- to each middleware) and then write a transform that removes all middleware frames (something like /[^;]+\/wrap-[^;]+/ => nothing).
Feel free to DM me for details.
@MichaelDrogalis@ztellman@borkdude This is exactly why clj-async-profiler has dynamic transforms and now also quick right-click transform s (https://t.co/eR6zBXygTw).
clj-async-profiler 1.1.0 is an important release that makes it easier to utilize the profiler's powerful dynamic transforms. Common transforms are now just a click away! More about the new features here: https://t.co/eR6zBXygTw
You can now use clj-async-profiler for JVM startup profiling – that is, taking the profile from the moment JVM launches till it exits. https://t.co/l5V9xQtT3e
Alex Miller explains the fundamentals of Java reflection in Clojure and how to work with primitive types to avoid boxing/unboxing.
https://t.co/mcghtxkwgT
@nathanmarz@redplanetlabs This looks like a solid way to spend all of the investors' money! :D
Just kidding, of course. Looking forward to see what are you going to reveal.
In the latest version of #CIDER, you can do this anywhere in the buffer. Short class names are completed to fully qualified names, even for unimported classes. #Clojure
NB: you need to have fuzzy completion enabled https://t.co/iRpX2u8NHj