Paul Jasper
Paul Jasper
[My account](https://bsky.app/profile/pauljasper.dev) displays >1.1k followers while I think I have more like 50. Looking at the my follower list shows that the list comes then an end rather soon...
Had the same issue updating to v0.2.x when calling `evaluate` in `async` function. I went back to `ragas==0.1.8`, which worked for me before. **EDIT** > [!IMPORTANT] > I updated to...
> this is likely because in your node_modules you have multiple copies of SSTthe reason we switched to everything pointing to a root `sst-env.d.ts` is to minimize the amount of...
~~can confirm this~~ https://github.com/sst/sst/issues/5657#issuecomment-3183422968 > > I've been able to fix the issue, see [#5820](https://github.com/sst/sst/pull/5820). > > ~works for me also.~ > > ~I rebased [@gkpln3](https://github.com/gkpln3)'s branch with the current...
> Not sure if relevant, but for > > ``` > sudo -n -E /opt/sst/tunnel tunnel start --subnets 10.0.4.0/22,10.0.12.0/22,10.0.0.0/22,10.0.8.0/22 --host x.x.x.x --user ec2-user --print-logs > ``` > > the value...
> I think I narrowed it down, at least for my case. The issue seems to be with reusing the `nat` ec2 instance for the bastion. When I remove the...
Steaming is no supported for `sst dev`: https://sst.dev/docs/component/aws/function/#streaming If having it always set to `true` breaks, I recommend disabling it conditionally in `sst dev` ```ts { streaming: $dev ? false...
I had also issues connecting to Postgres RDS but I was missing the `--stage` in `sst shell` command. I am opening tunnel like this ```bash ❯ npx sst tunnel --stage...