Simon Bailey

Results 9 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`...

> The solution from @jalovatt didn't work for me > > this worked for me: > > ```diff > - loaders: [mswLoader], > + loaders: [mswLoader, () => getWorker().start()], >...

I am having similar issue when assigning a gon variable in my controller index action: ``` def index @jobs = Job.all gon.watch.jobs = @jobs.select { |job| !job.processed } if !params[:_method].present?...

I too can reproduce this behaviour within Chrome and Safari on OS X. Happy to supply more info if required.

I'd definately like to look at Falcor in the context of this project, time permitting I may have a punt.