Francesco Ambrosini
Francesco Ambrosini
It's automatically saved every 10 episodes [here](https://github.com/pskrunner14/trading-bot/blob/940e443ffc05eb827c4dae286cdae53755c53291/trading_bot/methods.py#L57l)
Try `bun install --backend=copyfile`. This is a known issue of [bun](https://github.com/oven-sh/bun/issues/362#issuecomment-1177680128) on MacOS
You can try it manually, after `pc init` go to `.web` folder inside your project and try to run `bun install --backend=copyfile`. If it works run `next dev`. Let us...
Are you using Brave?
Maybe you can try another browser as a temporary fix.
> I think pc.redirect could work for this where you check if the user is logged in before redirecting, in terms on not loading the page you could check if...
> You can just use this : `if request.user.is_authenticated:` ` #redirect` `else: ` ` #403 page` Where should i use this, inside the auth method? But if i go directly...
> @HellAmbro I think your method of using the cond makes sense. You can add an `on_load` event to your page that will trigger when the page loads - and...
It looks like you either don't have Pynecone installed or you are using a different python interpreter than where you installed it. Try to reinstall.
Updated code, test with **arbitrarily placed** curly brackets. I've posted this code so you can test it and let me know (thanks for your time). I will review it tomorrow...