Jérémy Benoist

Results 34 issues of Jérémy Benoist

The markdown endpoint is subject to the [abuse rate limit](https://developer.github.com/v3/#abuse-rate-limits). Which means after fetching new releases for new repository with a lot of releases, the markdown endpoint is called for...

enhancement

Some release message includes emoji (of course), like the release 0.6.1 of Medis: ![image](https://cloud.githubusercontent.com/assets/62333/23101366/1adebeea-f692-11e6-8e96-c418c56380d9.png) The Github endpoint for convertir markdown to html convert it to: ```html 😃 ``` but it...

bug

## Request to retrieve all information from tag & release for a given repository. This one only use releases: ```graphql { repository(owner: "j0k3r", name: "graby") { tags: refs(refPrefix: "refs/tags/", first:...

enhancement

In Symfony 3.3 the lock system will now include an expire option. Since the fetch command is sometimes locked because a website took too long to respond or timeout or...

enhancement

For that link: http://www.irishtimes.com/business/economy/denmark-rids-itself-of-foreign-debt-for-first-time-in-183-years-1.3017088 And that sentence `A debt milestone for Denmark.` The element `Denmark` is removed from the content.

bug

Some New York Times articles got this title: "Log In - New York Times" For example using that link: https://www.nytimes.com/2017/02/24/us/politics/white-house-sean-spicer-briefing.html?_r=2&not-changed

Looks like this url `http://www.rfc-editor.org/rfc/rfc7950.txt` generate a non UTF-8 compliant item in the rss feed

bug

It was the case for golem.de, the cookie wasn't properly send to the next page (might be a bug in the cookie jar not properly retrieving previous defined cookies). Fix...

I'm thinking about the 3.0. Not to much breaking changes but mostly type everything (method args, return, variable, etc.) for now and dropping PHP < 7.4 See #272 & #273...

help wanted

For https://www.dissentmagazine.org/article/why-the-left-needs-liberals We have that json: ``` { "@context": "https://schema.org", "@graph": [ { "@type": "WebSite", "@id": "https://www.dissentmagazine.org/#website", "url": "https://www.dissentmagazine.org/", "name": "Dissent Magazine", "description": "An independent quarterly magazine, publishing some of...