Kosso

Results 74 comments of Kosso

Did you find the solution to this? I am having the same issue when using 'wildcard' when a space (or non alpha-numeric character) is typed in. (I'm using this to...

I had issues unsubscribing using `off()` The only way I got around it was to flush the play channels arrays for each event. eg: `yourAudio5Player.channels.play = [];` seems to remove...

Hi, Oddly enough I found this (closed) issue while looking up the same error. I don't know if this is related, but since I use a non-default secure port number,...

Hi, I have adjusted my code to use a temporary object for connection similar to your example. (I also had to set my certificate and callbacks on the temp client...

Also: "Choose the sex of your character" should be "Choose the **gender** of your character".

This information is returned by `subscribe()` after a user Allows Notifications. ``` async function subscribe() { let sw = await navigator.serviceWorker.ready; console.log('ServiceWorker', sw); let subscription = await sw.pushManager.subscribe({ userVisibleOnly: true,...

Never mind. I found these : https://developer.wordpress.com/docs/oauth2/

Reopening this, since the documentation linked above is only for wordpress.com

I have a test PHP script I put together a while ago, which (still) works. Run it on another domain and you should be able to connect to the host...

Glad you're getting somewhere. ;) Definitely DO NOT hard-code any access_token_secret or access_token anywhere. That kind of defeats the purpose of OAuth, to be able to revoke those tokens and...