Khalid Eldehairy

Results 10 comments of Khalid Eldehairy

For priority, numbers are not language agnostic. 1 is One in English ١ is One in Arabic They are not the same Unicode endpoints

I have the same issue on archlinux kernel version 5.8.13). It seems that `mmap_sem` is renamed to `mmap_lock` on kernel 5.8

I ended up compiling the kernel with the modules built in to overcome this. Now it works!

@squishykid can you have a look at this PR https://github.com/squishykid/solax/pull/96 ? I'm addressing this ticket here

This PR #110 is for speeding up the discovery process. It is indeed taking longer than necessary

It seems that your config file is missing the section wpad. It should look like so: ``` [wpad] url=http://autocache.acme.corp/ ```

I think the better approach is to leave 127.0.0.1 as the default. And later we can support having an /etc/pac4cli/conf that can override this behavior.

> That probably means that even if we keep 127.0.0.1, we do need to swap out the hostname `localhost` by the address `127.0.0.1` in the environment variables we set. It...

I created a [ticket][1] for the IPv6 interface issue. As it is a separate issue than this one. [1]:https://github.com/tkluck/pac4cli/issues/44

The deployment key used for circleci seems to be revoked. Can you take care of that?