AMZ

Results 16 comments of AMZ

I'm tested formula: ```ruby class Browsh < Formula desc "The modern, text-based browser" homepage "https://www.brow.sh" version "1.6.4" if OS.mac? url "https://github.com/browsh-org/browsh/releases/download/v1.6.4/browsh_1.6.4_darwin_amd64.tar.gz" sha256 "1ca4cc0f1f9afd0d149a0f4e3db9ccc187479ab6fa125ab0be99de45a597ff65" elsif OS.linux? url "https://github.com/browsh-org/browsh/releases/download/v1.6.4/browsh_1.6.4_linux_amd64" sha256 "d0bbdfe07e1494bb097dcff6290f17f98f6e3e5546f17139223b75d97c1caab5" def...

Also on LspSaga, but not tested yet... I saw [code](https://github.com/edluffy/specs.nvim/blob/a62319a224b73b70af47a48ba076d7ec67b08526/lua/specs/init.lua#L165) and [Readme#usage](https://github.com/edluffy/specs.nvim#usage) have these lines: ``` ignore_filetypes = {}, ignore_buftypes = { nofile = true, }, ``` put into this...

Need this PR to be merged quicker, because now only working provider is force_proxy_list_ssl ```ruby my ISP: "МТС", test from console (-p each_provider >> proxies.txt) { expired: %i[free_proxy_list proxyscrape_http proxypedia],...

FYI, results of checking changed providers (new/xpath/naming/pagination). When proxies are scrapped, they added to proxies.txt with wrong prefix `//`: ``` ~checker_proxy~ W, [2022-08-12T14:35:48.087251 #14347] WARN -- : Failed to process...

Ok, the PR/MR will be tested after the 0.16.0/main rebase on it and after recheck. App with the ProxyFetcher::Client will be run and logged with providers mentioned above with ISPs:...

Not only for Heroku (starting November 28th free dynos will no longer be available). So for PaaS/VPS and for 12 factor app ideology all these three issues need to be...

After upgrade of GCC from 5.5.0 to 8.3.0 the installation process successfully finished: `Installing sassc 2.2.1 (was 2.1.0) with native extensions`🛠 Upd. just `brew unlink gcc`

Error only happens on html.erb I deleted "\\.html\\.erb" in ```file_patterns": ["\\.html\\.erb" .......]```

I'm also have PR but for @josegonzalez fork with fixes for 2020-2021 pip's changes.