Martin

Results 348 comments of Martin
trafficstars

I pulled up to date `t_main.py`, installed jxlpy via pip but I get an error now: ```yaml % rm -rf ~/.cache/TauonMusicBox && tauon Rachel\ Mcalpine\ -\ Please\ Just\ Go Tauon...

![image](https://user-images.githubusercontent.com/1641362/165296117-65e86401-8fc1-4006-9486-58cc092abc8f.png) Using the plugin's included example, it seems to be able to decode fine

This pillow example also worked, maybe Tauon needs to do the same JXLImagePlugin import, but that's just my uneducated guess. ```python from PIL import Image from jxlpy import JXLImagePlugin im...

Downloaded up to date t_main and t_draw. While it does work now, startup times went from near instant to 15s+, and for those entire 15+ seconds tauon is having 100%...

`jxlpy`'s fault apparently, Tauon is doing things right, will post a write up in a minute

Turns out it's because of that enlarged cover_2x.jxl I have had from previous testing. `jxlpy` absolutely chugs on it, especially since it's single threaded(https://github.com/olokelo/jxlpy/issues/9). And so does `nomacs`(which uses a...

It is generated. ``` [0] % locale -a C en_US.utf8 nb_NO.utf8 POSIX [0] % locale LANG=nb_NO.UTF-8 LC_CTYPE=nb_NO.UTF-8 LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION= LC_ALL= ```

Am a bit confused about your setup, do you give all those 1200 users the same username/password for `bio_contacts` account? I've tried to replicate your setup but have it accessible...

Thanks for the writeup and a noob-friendly how-to. My biggest problem was not defining the rights backend in the config file, which means my rights attempts were completely ignored every...

For posterity - ended up using this not-so-pretty bash script that's executed by cron every once in a while to keep the symlink hack going for all LDAP users. Keeping...