Simon Bailey

Results 5 comments of Simon Bailey

I think I'm getting the same, if not very similar issue after pulling and running the code from this tutorial https://www.youtube.com/watch?v=J5x3OMXjgMc. Essentially, if I use a new unique id for...

@makarandp0 I agree with @gregjoeval last comment. The transition to using ESM is becoming more and more popular e.g. Vite, Snowpack, etc. I'm using Snowpack and integrating Twilio Video based...

> @thoresuenert That's the legacy Let's Encrypt root certificate, which expired on September 30. The link posted above — https://www.openssl.org/blog/blog/2021/09/13/LetsEncryptRootCertExpire/ — Has more info on resolving the issue. This is...

Sorry, this was a POC and I completed it a while back, AFAIK the issue persisted.

Adding `external: ['folktale/validation'],` to my [Rollup config](https://rollupjs.org/guide/en#configuration-files) fixed the issue I had similar to this. The solution is specific to `validation` (maybe related to https://github.com/origamitower/folktale/issues/180) but easily tweaked to `result`...