Skip to content

Here's what's popular on GitHub today...

The ReadME Podcast

Podcast

Your favorite open source projects and the developers who make them happen. Listen in!

Angular logo

Popular topic

Angular is an open source web application platform.

Trending repository

fawolfmann
fawolfmann commented Oct 26, 2020

Is your feature request related to a current problem? Please describe.
In order to create an outlier detection with Prophet, i need the full dataframe that's return Prophet

Describe proposed solution
Remove the hardcoded ["yhat"] from Prophet.predict add a variable asking to return just yhat or all the predictions: 'yhat_lower', 'yhat_upper', etc..
https://unit8co.github.io/d

js13kGames competition

Upcoming event recommended by GitHub

Aug
13

js13kGames competition

August 13, 2021 - September 13, 2021 • Online

Do you have what it takes to create a game in ≤ 13kB of JS, CSS and HTML?

Trending repository

Trending repository

public-apis

Trending repository

strapi

Trending repository

hkovacs
hkovacs commented Jun 22, 2020

Describe the bug
Using xframe ALLOW-FROM throws error in console: Invalid 'X-Frame-Options' header encountered when loading 'https://api.dev.mysite.com/uploads/my-file.pdf': 'ALLOW-FROM dev.mysite.com' is not a recognized directive. The header will be ignored.

https://strapi.io/documentation/v3.x/concepts/middlewares.html#response-middlewares
instructions for xframe indicate `ALLOW-FR