forthrin

Results 124 comments of forthrin

Applying only https://github.com/mpv-player/mpv/commit/ea78d494e7044587b9661bc94f7b5e80163c6e13 resolved this for me. When will it be merged into master? It's quite an important fix, since one can't watch movies in setups with external screens without...

@Akemi: What is the earliest Mac/macOS you can use?

@Akemi: Maybe someone had a surplus Mac lying around. PS! It's not paranoia when they're really after you.

Whitespace inside HTML tags is completely arbitrary, so cleanup should be default for `text()`, to mimic browsers. Only text inside `` tags, and possibly XML, should be returned verbatim, and...

Thanks for your interest. I should point out I'm not the OP. I just started using Nokogiri and find myself constantly adding `.gsub(/[[:space:]]+/, ' ').strip` to every `.text`. (Whenever cleaning...

I can't remember a single time I wanted to persist excess whitespace when scraping HTML. If cleaning whitespace has major implications like lots of added dependencies or piling on lots...

I appreciate you're giving this proper thought and considering edge cases. My default approach would be: 1. Replace all tags except `` with whitespace 2. Replace all Unicode whitespace with...

Backwards compatibility is paramount. Comments on the propositions in order of preference. - Configuration: Little code added. Easy to use for everyone. - Loofah: Fine if you don't care about...

+1. Was just about to post the very same. What's the status on this one? Using 1.62.1. ``` def cop _ = case foo when true then 'bar' else 'baz'...

`at` is getting more and more difficult to use with macOS. If anyone knows a *simple* solution to scheduling tasks that doesn't involve XML or while/sleep loops, post here.