Beshoy Girgis
Beshoy Girgis
Type: Blacklist Group: alt.binaries.moovee Regex: `\[[a-z0-9]{10}\] \\[a-z0-9]{10}\\::[a-z0-9]{14}\.[a-z0-9]{30}\.[a-z0-9]{8}::\/[a-z0-9]{12}\/ \[[a-z0-9]{10}\] {2}\[[0-9]{1,9999}\/[0-9]{1,9999}\] - yEnc` Description: Millions of spam collections with subjects like: `[9081181222] \08c11ac80b\::cbdd4418ec5b0f.e3110b9a5dd0b5b8dc0b8a5d94ce4c.2444a24d::/7939e30d351b/ [ee466274c6] [1/3] - yEnc` Message Field: Subject Color: Black
Hey @niel, thanks for pointing that out. I updated the regex to be more specific. The only thing I'm uncertain of is The `[1/3]` block. From the ones I scanned,...
Thanks for the tip, @DrakeJones. I've run `fixReleaseNames.php` with all the options against the full set and it renamed a few. I've also run `misc/testing/Releases/recategorize.php` -- I actually did quite...
I'll push up a PR with my changes to recategorize once #1154 is merged. Since I'm using this checkout for my indexer, switching to different branches causes issues with missing...
I was able to get the node to get passed that height by leaving the node off for around 24 hours. The node has shut down on me with the...
From what I'm seeing, it may not be releasing memory after shielding. This is on a node that does shied but the memory remains high 24/7.
btczseed.1ds.us
This is happening for me as well, file name `build-and-deploy.yml`. This is a python project, the file is a github actions file. coc: 0.0.80 coc-yaml: 1.3.0 node: v14.15.5 nvim: NVIM...
This seems to be an issue with how https://www.schemastore.org/api/json/catalog.json is parsed. `GitHub Workflow` has `.github/workflows/**.yml` defined but if your file ends in `deploy.yml`, it's caught first by `Deployer Recipe`
Thanks, @perdalum! I noticed this exact issue and your patch did the trick.