forthrin

Results 126 comments of forthrin

+1 From trial and error, and looking at `guess_lang_from_filename()`, etc. in `player/external_files.c`: - `--sub-auto=exact` seems to match `/\.[a-z]{2,3}\.srt$/` - `--sub-auto=fuzzy` seems to match `/\.[^.]+\.srt$/` Does anyone have filename examples that...

+1 Since class variables do in fact still exist in Ruby, they have an intended use, but Rubocop warns about -any- class variable use, which seems overkill. Shouldn't Rubocop duplicate...

`-open` works for me again. I don't know why it didn't work temporarily.

Arriving late to the party. Would like to know the proper way to rid this warning. - `gem cleanup` has complained about this forever - All gems are in `/opt/homebrew`...

Thanks for your friendly feedback. - All databases can be opened and read with both macOS Notes and `sqlite3`. - `sqlite3 pragma integrity_check` report errors in 14 files (of 50),...

Well, the "transaction" things could be be because those tables are trimmed before backing up, as they were taking up an enormous amount of space (much more than the content...

The files come from a temporal backup routine. If you know gzip on a detailed binary level, you could try to look at the data to see if the corruption...

Suggested JSON because it could be easily parsed with code, but maybe Markdown would be better, or even HTML (if formatted on a smart line-by-line basis), as they would allow...

As far as I understand `F0Mx=6500` is is the maximum speed (shipped with the machine). When setting 7000 or 8000 using `smc -k F0Tg -w` (with my fingers crossed and...

@SufianBabri: If it can control the fan on fanless machines, it must be really good!