jariz

Results 47 issues of jariz

https://github.com/jariz/gatsby-plugin-s3/blob/53c08f55486b698c7e5957f04202fe81a7b98796/src/constants.ts#L83-L84

This was a trick to get around the fact that a page needed to exist in order to redirect from the root to anything else. Once #78 is the default...

[The suggestion](https://github.com/jariz/gatsby-plugin-s3/blob/master/recipes/with-dotenv.md) we're giving right now to users that they need to manually require `dotenv` before the deploy script runs is kinda ridiculous, we might as well always load it...

enhancement
good first issue
priority: low

The plugin will currently always override the existing routingrules. Now that we're going to have the option to prefix (#24) - meaning you can host multiple gatsby-plugin-s3 backed websites in...

enhancement
priority: low

``` npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated. npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only. npm WARN prepublish-on-install See the deprecation note...

bug
priority: low

I added an API key from the auth portal settings page at `/settings`, but now what? I passed it as a bearer token a la `Authorization: Bearer API_KEY`, but that...

question
api
api key auth

I know this project focuses on chromecast, but considering new chromecasts are now running on Android TV, and android TV having 'build-in chromecast', I do think it's relevant to this...

bug

It has no real reason to do so though, the exact component type is of no relevance to skeletor, as it passes the argument down to createElement eitherway.

## Description Change type argument from SFC to ComponentType because the exact component type is of no relevance to skeletor. ## Addressed issue #19

#### Description This adds a new job called 'availability sync', suggested by @sct in [an earlier PR that attempted to solve this](https://github.com/sct/overseerr/pull/1397#issuecomment-817232061). The job will run every 24h, after all...