Architector #4
Architector #4
> you can use send_message for hide senders name. And for caption, you can put caption argument empty :) Oh, yeah, that does work and makes sense - just taking...
Experiencing the exact same issue, but with `--exec`. I'm trying to run `fd "png$" / --exec optipng -o 7` (I know that this usage of optipng may break stuff, I...
@tmccombs I don't think it would make any meaningful difference in my case -- I'm looking for all files that end with "png", of which there would not be any...
I feel like the searching thread's performance would be I/O bound most of the time (input being filesystem traversal and output being to `--exec` or stdout or whatnot), and hence...
Oh, sorry, missed that. Would it be possible to slap something like `Either` in the code and operate on whichever one it is, and have the user pick between them...
Yeah, the problem seems to be at https://github.com/gnuradio/pybombs/blob/master/pybombs/packagers/pacman.py#L37 Judging by the looks it just checks to see if a program called `pacman` can be run, and, if so, assumes Arch...
> Does the newly added `--no-lock` flag help for that? Adding --no-lock will prevent opening files for writes. No, but it does change the error to a bigger swath of...
> Best possible way to solve this is to just use Pyrogram whose `copy_message()` [method](https://docs.pyrogram.org/api/methods/copy_message#pyrogram.Client.copy_message) does exactly this. Between using an entirely different unrelated package for dealing with Telegram and...
I can confirm, though alternatively such menus can be accessed with mnemonics seen when holding ALT, i.e. ALT+F in Leafpad opens "File" menu.
> Try the 32 bit inodes option Doesn't help, same issue even directly after `bcachefs format --inodes_32bit test.img` and mounting (also, how do you unset an option? i did it...