Jeremy Fabre

Results 13 comments of Jeremy Fabre

I've got the exact same problem with git bash. It is stuck at version 192 for me and everything works fine until I execute pik use or pik sw. Then...

Seems like there's a fix we can use without having to remove the plugin: http://stackoverflow.com/questions/12374442/chrome-browser-ignoring-autocomplete-off Not sure it applies to all browsers but all my false negatives were on chrome...

I actually added some jquery directly in my form as a workaround: ``` $('input[autocomplete=off]').attr('autocomplete', 'false') ``` I don't know how long it's going to work on chrome... As I understand...

sounds good, I'll try to submit a PR this weekend.

If you're patient a little, I will submit a pull request very soon. I've refactored a lot of the code already. I first removed the iframe logic, because yes it's...

My dwarf player def doesn't have the right hp amount, I think he's missing the +1 on every level.

I think exactly the same, let's not rewrite everything.

So the iframe structure/data is not the same on mobile vs desktop? I noticed you were using mobile, indeed. So the scraping would have to account for both case, is...

Ok, I only need to scrape the passive skills, display them in the table and I will submit a pull request.

Aight, I don't know what to do anymore... :) Hope this helps! if you need help with something else I'll be watching this repo for updates. I do want a...