Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

robwalkerco

robwalkerco created a comment on a pull request on openid/AppAuth-iOS
The equivalent change has been merged in https://github.com/openid/AppAuth-iOS/pull/879 This PR can be closed.

View on GitHub

robwalkerco created a comment on a pull request on openid/AppAuth-iOS
@brnnmrls will there be a new release soon with this fix?

View on GitHub

robwalkerco closed an issue on vercel/next-learn
Chapter 8: Incorrect URL
### Current content Now open http://localhost:3000/dashboard/ in a new tab and notice ... ### Correct content Now open http://localhost:3000/dashboard/customers in a new tab and notice. ...
robwalkerco opened an issue on vercel/next-learn
Chapter 8: Incorrect URL
### Current content Now open http://localhost:3000/dashboard/ in a new tab and notice ... ### Correct content Now open http://localhost:3000/dashboard/customers in a new tab and notice. ...
robwalkerco opened an issue on vercel/next-learn
Chapter 7: Wrong file path
This file path should be `app/dashboard/customers/page.tsx` ![Screenshot 2024-10-23 at 14 40 58](https://github.com/user-attachments/assets/0e3b5d65-4666-4e21-9370-b60f6278e899)
robwalkerco created a comment on an issue on fastify/fastify-passport
I've tried to find a nice way to make this work well, and have yet to find a great solution. I have managed to make it work with some type changes in `@fastify/session` and `@fastify/secure-sess...

View on GitHub

robwalkerco forked fastify/session

robwalkerco/session

robwalkerco pushed 17 commits to main robwalkerco/fastify-passport
  • Updates for Fastify v5 (#1193) * upgrade for fastify 5 (#1126) * fixup Signed-off-by: Matteo Collina <hello@ma... 8b87f8b
  • Bumped v3.0.0 Signed-off-by: Matteo Collina <[email protected]> eb1b615
  • chore(deps-dev): bump openid-client from 5.6.5 to 5.7.0 (#1199) Bumps [openid-client](https://github.com/panva/node-... 29d92b1
  • chore(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#1200) Bumps [typescript](https://github.com/microsoft/TypeScr... ade3fa1
  • chore(deps-dev): bump @types/node from 22.5.4 to 22.5.5 (#1201) Bumps [@types/node](https://github.com/DefinitelyTyp... cf2da4a
  • chore: update fastify to ^5.0.0 (#1204) a365765
  • Bumped v3.0.1 49b451a
  • chore(deps-dev): bump @fastify/csrf-protection from 7.0.0 to 7.0.1 (#1206) Bumps [@fastify/csrf-protection](https://... 785d118
  • chore(deps-dev): bump @fastify/session from 11.0.0 to 11.0.1 (#1207) Bumps [@fastify/session](https://github.com/fas... ae6d564
  • chore(deps-dev): bump @fastify/cookie from 10.0.0 to 10.0.1 (#1208) Bumps [@fastify/cookie](https://github.com/fasti... 9c4052d
  • chore(deps): bump fastify-plugin from 5.0.0 to 5.0.1 (#1211) Bumps [fastify-plugin](https://github.com/fastify/fasti... 4373613
  • chore(deps-dev): bump eslint from 8.57.0 to 8.57.1 (#1213) Bumps [eslint](https://github.com/eslint/eslint) from 8.5... c12d073
  • chore(deps-dev): bump @types/node from 22.5.5 to 22.7.4 (#1214) Bumps [@types/node](https://github.com/DefinitelyTyp... 865d6ac
  • chore(deps-dev): bump typescript from 5.6.2 to 5.6.3 (#1221) Bumps [typescript](https://github.com/microsoft/TypeScr... cd45e79
  • chore(deps-dev): bump borp from 0.17.0 to 0.18.0 (#1222) Bumps [borp](https://github.com/mcollina/borp) from 0.17.0 ... f9cd370
  • chore(deps-dev): bump @fastify/cookie from 10.0.1 to 11.0.1 (#1224) Bumps [@fastify/cookie](https://github.com/fasti... 2a04a22
  • chore(deps-dev): bump @types/node from 22.7.4 to 22.7.5 (#1226) Bumps [@types/node](https://github.com/DefinitelyTyp... 223d097

View on GitHub

robwalkerco created a comment on an issue on fastify/fastify-passport
The Session and Secure-session packages are used for some of the types, but they are dev dependencies https://github.com/fastify/fastify-passport/blob/223d097ce47b62210054714959c7007a0b518471/pac...

View on GitHub