David

Results 43 comments of David

> @TheSecurityDev > Thanks for your reply. > I installed your package in my project. However, when I launch my app with `shopify app serve` command, the app does not...

I think you need to create your Koa server like this: `new Koa({ proxy: true })` I have also created a fork of this library that fixes this, and many...

I have created an improved version of this library which fixes this and other issues. You can find it at https://github.com/TheSecurityDev/simple-koa-shopify-auth. Or via NPM: https://www.npmjs.com/package/simple-koa-shopify-auth.

> @TheSecurityDev > When using simple-koa-shopify-auth the session is not created, as if my `CustomSessionStorage` is never called. > It was working fine before switching to `simple-koa-shopify-auth` > > ```...

Run `pip install -r requirements.txt` (you have to do this again if you just updated to Python 3.10)

Running that command should install all the packages, but you can also install as `pip install praw`. But maybe it's a different issue, like you have multiple versions of python...

No, I am using Windows. I had to just uninstall all the Python versions and reinstall everything.

Hello again 😉 > What do you specifically want to achieve with threads? I want to repeatedly iterate in a loop running some calculations (a simulation). It is only using...