Tokariew
Tokariew
What about… exporting messages to plain text… It's need some kind of time formatting… `Format message timestamps according to user's system locale` And this option is not necessary nice, if...
Running with `-e LC_ALL="en_GB.UTF-8"` seems to work. Running with such option result in following output of `locale` for me ```bash root@cb2d53787251:/out# locale locale: Cannot set LC_CTYPE to default locale: No...
Why they shouldn't be, with the command above? I get something like that in my exported txt file ``` [2021-07-26 18:35] User#number https://tenor.com/view/tv-shows-television-tackle-hug-hug-glomping-gif-14859564 {Embed} https://tenor.com/view/tv-shows-television-tackle-hug-hug-glomping-gif-14859564 User.txt_Files/tenor-E0914.png ``` with the following...
for me i needed to install libtiff-devel to succesfully compile it, and could compile it for python 3.6, but not 3.9
I made some testing, and it seems that it's problem when python use mkl for numeric libraries instead of opeblas. When tested with opeblas it's worked fine on mine machine,...
the same on fedora… changing in script `xclip -se c` to `xclip -selection clipboard` fix error for me ``` ➜ xclip -version xclip version 0.13 Copyright (C) 2001-2008 Kim Saunders...
Setting these [lines](https://github.com/qtile/qtile/issues/2167#issuecomment-933999452) in `.bashrc` or `config.fish` fix issue for you?
@xaizek if you run `shell` from ranger with `s` shortcut and use `echo $LINES` you will see that despise changing font size ranger will return initial value. For some reason...
My little weird setup with podman… Dockerfile ``` FROM registry.fedoraproject.org/fedora-minimal:34 RUN microdnf -y update && microdnf -y install python3-pip python3-wheel --nodocs --setopt install_weak_deps=0 && microdnf clean all RUN pip3 install...
Yes it is working for me for the last 1.5 year… Only changed fedora version on which is based. I will try to rewrite it to alpine, and test how...