Itai

Results 6 comments of Itai

Hi, there is a solution here: https://github.com/Weakky/ra-data-opencrud/issues/23

Hi, The short answer, No, I couldn't make the streaming work. It will be great if you can point me to some instruction of how to install and getting the...

I haven't found a solution for this :(

so you right, downloading the repo https://github.com/Stremio/server-docker build: ```docker build --build-arg VERSION=v4.20.1 -t stremio/server:latest .``` run: ``` docker run --rm -d -p 11470:11470 stremio/server:latest ``` opening browser on http://localhost:11470/ ,...

```NO_CORS=1 ``` did the trick! now I need to figure out how to bundle it and run it on LG WebOs IPK...

I solve it the following way: $lib/helpers/recaptcha.ts ``` import { PUBLIC_GOOGLE_RECAPTCHA_SITE_KEY } from '$env/static/public'; export async function validateReCaptchaServer( token: string, fetch: typeof window.fetch, secret: string ) { const res =...