Adrian
Adrian
For whatever reason, I do explicitly turn on anti aliasing when drawing to an image. I wonder if the same artifacts show up when running `screenshot`.
I found these two references that might also help: https://batsov.com/articles/2010/02/26/enable-aa-in-swing/ https://askubuntu.com/questions/636666/ugly-non-anti-aliased-fonts-in-java-swing-applications Both recommend the following ``` // enable anti-aliasing System.setProperty("awt.useSystemAAFontSettings","on"); System.setProperty("swing.aatext", "true"); // Alternatively (and if you do not have...
fwiw, I've already forked aciinema/vt
> Blink and screenshot might be at odds! Maybe that just means we to add cli-media support so we can make gifs!
These adjustments look great. The latest update makes llama.clj compatible with the latest llama.cpp, but it doesn't really take advantage of many of the improvements. I was mostly interested in...
@papadako llama.clj has already been updated to a later version of llama.cpp since this issue was created. I just pushed a [branch](https://github.com/phronmophobic/llama.clj/tree/add-bert) that is updated to work with the latest...
@papadako , the latest release finally uses the new llama_decode api instead of llama_eval. I think I've also addressed all the other points except for adding a reset? flag to...
Some design issues: - should values be refreshed on push/pop? - what happens if the current path no longer exists after refreshing? - what happens if the current path throws...
Here is the workaround I'm currently using, https://github.com/phronmophobic/tiara/commit/897d247dfb8a0e04b19c761790e939bdb1e69355. Not sure if it's a good solution, but it passes all the tests.
The main problem seems to stem from `com.phronemophobic.clj-media.impl.av/new-packet` and `com.phronemophobic.clj-media.impl.av/new-frame`.