Andrwe Lord Weber

Results 12 comments of Andrwe Lord Weber

I had the same issue but for me it was solved by fixing the servertime and mounting `/etc/localtime` into the docker container as there was a time drift of 6...

> Please up-vote this comment if you are seeing this new error message and you are using GitHub Actions, specifically [`actions/setup-python`](https://github.com/actions/setup-python). Died for me in Github action run https://github.com/Andrwe/accointing-convert/runs/5000354491.

@Tardo thank you very much for this hint. I'll check your project when I start working on this idea.

FYI: I prepared the repository and release process to provide a version with the next release (0.4.0).

First version [0.4.0](https://github.com/Andrwe/privoxy-blocklist/releases/tag/0.4.0) was released and follow-up updates will create new versions.

Thank you for reporting, I'll check adding a handler for HTML elements for version 0.5.

I checked the current implementation and it is broken because `*` does not match all requests anymore. I'm implementing a fix in https://github.com/Andrwe/privoxy-blocklist/tree/check_privoxy_runtime_logs. This might take some time because during...

With https://github.com/Andrwe/privoxy-blocklist/pull/48 HTML elements with global scope will be filtered when enabled in configuration file. Other scopes (domain-based & HTML-tag-based) will be implemented in later versions.

For me setting the following in my vimrc worked: ``` let g:lsp_settings = { \ "yaml-language-server": { \ "workspace_config": { \ "yaml": { \ "customTags": [ \ "!reference sequence" \...

According to https://github.com/kuoruan/openwrt-v2ray/issues/150 this message is caused by using wrong SDK upon compiling the binary.