Jan Endel

Results 4 issues of Jan Endel

Hello, I tried to install your library into my project and probably, there is something broken. I added this into my pom.xml ``` com.github.todvora eet-client 3.0.0 ``` (I tried other...

### Description I'm using a todoist as a czech user and we have some weird symbols, like ěščýáé ### Steps to reproduce Steps to reproduce the behavior: 1. Input todo...

Hello guys, I would like to specify my own version comparator/version format. Why: We would like to use this plugin even for our internal libraries, which is versioned based on...

enhancement

this code run properly: ``` $m = Matcher::multi('//div[@id="siteTable"]/div[contains(@class, "thing")]', [ 'id' => '@data-fullname', //string as index ])->fromHtml(); $f = file_get_contents('http://www.reddit.com/'); ``` but if i try make these little change: ```...