George Kontsevich
George Kontsevich
I noticed JGrib is also not on maven. A shame.. And feels wrong to fork and upload a project if you're not the maintainer
Wow, I'm glad I stumbled on this issue. I was just about to bring out my ESP out of the drawer to do a little project. Wish i saw this...
https://github.com/frankdownunder/Sming/blob/feature/cmake/Sming/CMakeLists.txt This whole thing is looking really cool! The only thing I'd suggest is modularizing it more. In my humble opinion it's just trying to do way too much all...
My understanding is that the toolchains file is only ever set from outside the project when cmake is run ``` cmake -DCMAKE_TOOLCHAIN_FILE=/path/to/toolchains/file ``` I understand it doesn't look very ergonomic,...
Thanks for this! was useful for me :)
Let me know if you need me to do any testing from China @amtlib-dot-dll I'm not sure what the front/back end distinction is. As I mentioned in the flatpak issue,...
I see now that I'm supposed to be looking at this: https://cljdoc.org/d/net.mikera/core.matrix/0.62.0/api/clojure I'm not sure why https://mikera.github.io/core.matrix/doc/index.html exists and is being linked to from the README
Thanks for the issue. I was very confused I'd done something wrong. If this could further be defined globally for a document - that'd be quite handy
Okay, I figured out where the issue is. In `fn-fx.util.reflect-utils/get-arg-names` the part that gets the `params` is having issues 0: ``` clojure (.getType (nth (.getParameters (:method (first (fn-fx.util.reflect-utils/get-ctors javafx.animation.KeyFrame)))) 0...
Alright, upon further study.. in `method-arg-info.edn` we are reading in a huge map and the `["KeyFrame" "KeyFrame" ["Duration" "EventHandler" "KeyValue"]]` part is the key and the ` ["time" "onFinished" "values"]...