Marc

Results 13 comments of Marc

Just tested this, works fine. Thanks @lufton. Needs merging, current code ignores maxHeight when resizing. Tested in a site that makes heavy use of colorbox (multiple "nested" colorboxes by changing...

> If it's relative, why don't you just concat it with a base url? > > ``` > doc.url + link.attributes.href > ``` Because as I explain in the issue,...

I ended up using `FIND_FIRST` instead, thank you. I think it would be really nice to automatically convert all relative paths in `href`, `src`, etc... in the same way web...

This would be great. In my case I need to use $GOPATH in the conf file.

Sadly I need it in `indir`: ``` **/*.go !**/*_test.go { indir: $GOPATH/bin ... } ```

Again, I sadly need it to take effect when the daemon is ran: ``` **/*.go !**/*_test.go { indir: $GOPATH/bin ... daemon +sigterm: command } ```

Having the same issue. Tried everything in here and #187, always the black screen. Ubuntu 21.04 and Intel drivers. What I get when running the game: ```shell 0254:err:module:__wine_process_init L"C:\\windows\\system32\\winemenubuilder.exe" not...

@eamodio I just experienced this problem and fixed it by logging out of GitHub and then running `Git: Fetch` from the command palette. What triggered the problem was mistakenly cancelling...

Yeah that did trick. I'm really sorry about wasting your time with these seemingly stupid issues, I'm finding it hard to work productively with ferret. Things that are simple in...

I guess most of the issues are due to the declarative (functional?) design you chose for FQL and how it works. For example, a real estate site I'm crawling has...