monkeysuffrage

Results 33 comments of monkeysuffrage

The encoding will follow the meta charset I believe but I'm not positive.

Maybe try `address h2 *:not(a)` On Thu, Nov 7, 2019 at 12:28 PM Gilbert Paquin wrote: > address h2 :not(a) > This selector is valid but the script can't decode-it...

It really hasn't been updated much. On Tue, Oct 23, 2018 at 7:30 AM chrisjj wrote: > advanced_html_dom.php in the current version has the same version number, > 0.0.11, as...

Can you post some code that demonstrates this? On Sun, May 6, 2018 at 12:38 PM hashsup wrote: > This library has a memory leak by design, see note [...

That sounds good to me. I don't see the issue when I run your code but I'm happy to accept a pull request. On Sun, May 6, 2018 at 3:52...

Can this be your terminal? It looks ok when I run it with php 7.0.9. On Sat, Apr 7, 2018 at 7:54 PM, LuxCave wrote: > The library doesn't seem...

How are you looking at the output? In a terminal? On Sun, Apr 8, 2018 at 1:18 AM, LuxCave wrote: > I tried it: > > 1. on my server...

Show me the output of: php myfile.php | file - On Sun, Apr 8, 2018 at 6:50 AM, P Guardiario wrote: > How are you looking at the output? In...

Hmm, I think maybe I wasn't clear that you need to replace myfile.php with the filename of your script. On Sun, Apr 8, 2018 at 3:13 PM, LuxCave wrote: >...

Your html isn't valid for one thing, make sure to have a doctype and meta charset inside of On Mon, Apr 9, 2018 at 5:18 AM, LuxCave wrote: > Another...