Jim Northrup
Jim Northrup
as it happens, i use ffmpeg in production to convert pngs to jpeg, webp, etc. to satisfy the lighthouse checkboxes for at least one client.
this is a big can of worms that doesn't have a simple set of causes, but countless factors make it happen. first is that for a given blocksize, there's always...
I'm taking a look at Arrow-kt and one of my goto's is to find a json parser done in such and such style. as i try to sift the Arrow...
https://github.com/tensorflow/tensorflow/issues/31226 also
suggesting NOT having distro-level support of jdk/jvm families of tools and offloading support to https://sdkman.io for the java bytecode domain and especially the maven/gradle tools.
> @jnorthrup but will those sdkman binaries be compiled in the same way as the current clear linux OpenJDK? given the CLR usecase of shrink-wrapping highest performing builds, @marc0der might...
my suggestion along with #226 is to sidestep the jvm build/environment complexities and go with the unmatched comprehensive support of jvm/jdk vendors in https://sdkman.io/
https://keep-calm.medium.com/rules-of-structured-concurrency-in-kotlin-dad5623423a4 ctrl-alt-k all the things in intellij. concurrency is boring in kotlin
 just a guess https://www.tutorialspoint.com/tkinter-scrollbar-for-frame #ADDING A SCROLLBAR myscrollbar=Scrollbar(frame,orient="vertical") myscrollbar.pack(side="right",fill="y")
What if anything makes source-to-source compilers cheaper to build and exemplify ? intellij-community source code as a language dependency does not spring to mind.