Corey O'Connor
Corey O'Connor
Could try the route of "nil implies metal's default and nil is default". Which I've seen some emacs packages do. (What? No Option?) Would still require the schema of options...
This is mentioned somewhere but the short version is: Gotta make sure the notebook can actually find the coursier cache. I used ``` ENV COURSIER_CACHE=/usr/share/coursier/cache ``` in a dockerfile to...
2024 update: 2.12 is now the standard for Spark. 2.13 is optional. Next major version of Spark will move to 2.13 min supported version. 2.11 is gone. Ticket can be...
(this is my actual account) Let me know if you want me to update this. I have some time this week.
@ikelos In theory: according to the docs on `ClutterActor` the children will be destroyed after it's destroyed (https://developer.gnome.org/clutter/stable/ClutterActor.html#clutter-actor-destroy). That said, in docs for the `destroy` signal there is: "Composite actors...
yea my clutter knowledge is near zero. This is probably not the best project to start on haha. But I'm very interested in this being stable. I've been running with...
hmm I did not observe this with the docker image I'm using. However, I'm using ``` ENV COURSIER_CACHE=/usr/share/coursier/cache ``` in the dockerfile. Does that impact the coursier cache for even...
After further testing. Yes, setting `ENV COURSIER_CACHE` will pre-populate as expected.
I am unable to reproduce. Using almond 0.14.0-RC7 and Scala 3.3.0. 
Can confirm. What's interesting is the second execution does not need any `circe` references to fail. After evaluating once, the code can be replaced with: ``` println("odd") ``` and still...