Chris Swithinbank

Results 478 comments of Chris Swithinbank

I was thinking an app developer might want to be able to generate and cache the credentials somehow. ```js const { generateCredentials } from '@boardgame.io/p2p'; let credentials = fetchStoredCredentials(); if...

We would still generate keys inside this package, like in your commit above, using credentials as the seed. The helper would just be a method for generating sufficiently random credentials...

For now I would not generate keys if no credentials are provided. In that case, things are just unauthenticated and insecure like they are currently.

I’ve merged your changes into my own branch for PR #10 and I can confirm it’s working 🎉 Yeah — I’d be happy to look at any other changes for...

Thanks for the PR @joust! I wonder if this also depends on the version of Peer JS that is installed 🤔 I know this import style worked previously — although...

Would be amazing to see this updated to include v5 support!

@yanknudtskov Great work! Thanks for this. Small bug: when this plugin is activated it seems to cause some trouble with the standard date-picker fields. When I open an edit page...

@yanknudtskov Yes, just tried creating a new custom field group on the default post type which doesn’t have any existing custom groups. Even with just a default date picker, the...

@yanknudtskov Yes! That’s fixed it. Thanks again for the work :+1:

:+1: Even a fairly standard fallback section such as `/ /index.html` renders as `/%20/index.html`.