Fabien

Results 8 issues of Fabien

## Summary I am using linkchecker cmd before deploying on my website, to make sure every links are working. However, an image was broken, and I didn't get any errors...

enhancement
help wanted

I used: > linkchecker http://www.alternate.fr I am getting the following error: `URL http://www.alternate.fr/` `Real URL http://www.alternate.fr/` `Check time 1.563 seconds` `Size 233B` `Result Error: ConnectionError: ('Connection aborted.', BadStatusLine("''",))` I tried...

I opened an issue about this error. I wanted to catch this error in order to do not display it, or display it as a warning. First, I updated the...

Scrolling works perfectly when using a single window. However, if there is a `` element scrolling in the middle of the page (a list with messages, max-height 200px, scrolling on...

I created a symlink inside my git repository. This links goes outside from the git repository. Is there a way to put the content (from this link) inside the git...

There is an issue where the value of an environment variable set in the terminal is overwriting the value specified in the .env.erb file. The expected behavior is that the...

When attempting to build a Docker image that depends on a repository with Git submodules, the build process fails because the `git -C` command does not include the submodules. ###...

I have a basic implementation of a user model with indexing, following the documentation precisely. However, the index is not processed because the associated job does not execute successfully. For...