Jerome Gill
Jerome Gill
Does anyone have any suggestions how to handle really big strings? (mysql dumps is my use case) line 323 of ParagonIE\Halite\Symmetric\Crypto calls (string) ParagonIE\ConstantTime\Base64UrlSafe::encode(message) The output is truncated to 65534...
"using an age" example is slightly wrong, ``` // Get cache item. $item = $pool->getItem('path/to/item'); // Using an age. $data = $pool->get(); ``` should be ``` // Get cache item....
**Describe the bug** RssCrawler throws an exception due to not supporting valid RSS https://github.com/fhamborg/news-please/blob/master/newsplease/single_crawler.py#L202 **To Reproduce** dockerfile ``` FROM python:latest RUN pip3 install news-please ``` The following sitelist.hjson ``` "base_urls"...
Facebook includes sneaky second news feeds for groups, markets and videos. It would be good to eradicate those feeds too.
This is probably more a question than an issue... jest-styled-components uses [global.beforeEach](https://github.com/JeromeGill/jest-styled-components/blob/main/src/index.js#L5) to reset stylesheets which means in situations where you don't want to remount a component for every test...
Yeoman
Hi there, Great work! What is involved in creating a yeoman generator from this? Have you looked in to it? Jerome