Will Murphy

Results 60 issues of Will Murphy

It's currently a naive count of all activities in he outbox, but thinks like Accept and Update won't ever be rendered as posts so they shouldn't count. Make the count...

feature request

Travis cut us off - apparently OSS projects are not longer free unless you email them asking for credits all the time

Old, hidden version no longer working. Better to have something like a glitch that actually runs the code that's shown as example in readme anyway https://github.com/c-frame/aframe-super-hands-component#browser https://github.com/c-frame/aframe-super-hands-component/pull/231#discussion_r1064342629

Documenation

``` https://immers.space/auth/authorize?response_type=token&client_id=&redirect_uri=https%3A%2F%2Flocalhost%3A8443%2Fdoc%2FREST%2Foauth2-redirect.html ``` this url gives 400, but an empty client_id is supported for anonymous clients. Currently only works with `client_id=undefined` ``` https://immers.space/auth/authorize?response_type=token&client_id=undefined&redirect_uri=https%3A%2F%2Flocalhost%3A8443%2Fdoc%2FREST%2Foauth2-redirect.html ``` this gives 500 due to missing...

Got ``` Error: ERR_IDP_METADATA_MISSING_SINGLE_SIGN_ON_SERVICE ``` But fetching the doc myself and entering the metadata via copy/paste option worked

Doesn't show red outline (and in FF the suggested logins popup covers the browser's requirements feedback so you can't see what's wrong at all :( )

As of passport 0.6.0, the `keepSessionInfo` option is required or else `session.returnTo` is lost when the session is regenerated upon login

### Vue devtools version 6.6.1 ### Link to minimal reproduction https://play.vuejs.org/#eNp9kUFLwzAUx7/KM5cqzBXR0+gGKgP1oKKCl1xG99ZlpklIXuag9Lv7krK5w9it7//7v/SXthP3zo23EcVEVKH2yhEEpOhm0qjWWU/QgccV9LDytoWCq4U00tTWBII2NDBN/LJ4Qq0tfFuvlxfFlTRVORzHB/FA2Dq9IOQJoFrfzLouL/d9VfKUU2VcJNhet3aJeioFcymgZFiVR/tiJCjw61eqGW+CNWzepX0pats6pdG/OVKsJ8UEMklswXa/LzkjH3G0z+s11j8n8k3YpUyKd48B/RalODBa+AZpwPPPV9zx8wGyfdTcPgM/MFgdk+NQe4hmydpHvWz7nL+/Ms1XmO8ITdhfKommZp/7UvA/eTxz9X/d2/Fd3pOmF/0fEx+nNQ== ### Steps to reproduce & screenshots 1. Open devtools 2. Timeline tab 3. Click performance layer 4. start recording...

After bootstrapping a project with create-threlte and selecting the Svelte 5 option and all the threlte optional add-ons, attempting to import an use use @threlte/flex results in a vite error:...

Excited to try this library so I run an npm create and then npm run dev and I get this (Ubuntu 22.04): ![image](https://github.com/user-attachments/assets/9a73aacb-daf9-45fa-821f-a5dbd1732d38) Quite the frightening thing to see right...