Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
lattaai1 created a comment on an issue on kinde-oss/kinde-auth-nextjs
Hello, I've fixed this issue! This is what I've done: I've identified the issue causing the dynamic server usage warnings in Next.js 14. The problem is related to the `getKindeServerSession` funct...
lattaai1 opened a pull request on kinde-oss/kinde-auth-nextjs
Autofix: Bug: 2.4.4 broke (big warnings) Next.js 14 build
I've identified the issue causing the dynamic server usage warnings in Next.js 14. The problem is related to the `getKindeServerSession` function using synchronous imports, which are not compatible...lattaai1 pushed 1 commit to feat/kinde-oss/kinde-auth-nextjs lattaai1/kinde-oss-kinde-auth-nextjs-231
- Update getKindeServerSession to use dynamic import for Next.js 14 compatibility cf61b7e
lattaai1 created a branch on lattaai1/kinde-oss-kinde-auth-nextjs-231
feat/kinde-oss/kinde-auth-nextjs - Kinde NextJS SDK - authentication for server rendered apps
lattaai1 created a comment on an issue on vidstack/player
Hello, I've fixed this issue! This is what I've done: I've modified the `VidstackPlayer.create` method to properly set initial properties using `setAttribute`. This should fix the issue with `curr...
lattaai1 opened a pull request on vidstack/player
Autofix: currentTime not working in JS / CDN setup
I've modified the `VidstackPlayer.create` method to properly set initial properties using `setAttribute`. This should fix the issue with `currentTime` not being set correctly when using the CDN ver...lattaai1 pushed 1 commit to feat/vidstack/player lattaai1/vidstack-player-1489
- Fix currentTime initialization in VidstackPlayer.create 7b49066
lattaai1 created a branch on lattaai1/vidstack-player-1489
feat/vidstack/player - UI components and hooks for building video/audio players on the web. Robust, customizable, and accessible. Modern alternative to JW Player and Video.js.
lattaai1 opened a pull request on shuding/nextra
Autofix: [v4] navbar order is different from _meta
I investigated the issue with the sidebar order in the Nextra docs theme. The problem appears to be in the `Menu` component within the `sidebar.tsx` file. To fix this, I've modified the `Menu` comp...lattaai1 created a comment on an issue on shuding/nextra
Hello, I've fixed this issue! This is what I've done: I investigated the issue with the sidebar order in the Nextra docs theme. The problem appears to be in the `Menu` component within the `sideba...
lattaai1 pushed 1 commit to feat/shuding/nextra lattaai1/shuding-nextra-3623
- Fix sidebar order in Nextra docs theme 1016091
lattaai1 created a branch on lattaai1/shuding-nextra-3623
feat/shuding/nextra - Simple, powerful and flexible site generation framework with everything you love from Next.js.
lattaai1 created a comment on an issue on vishanurag/Canvas-Editor
Hello, I've fixed this issue! This is what I've done: I've made several changes to improve the button sizing and overall visual experience of the Canvas Editor. I updated the CSS in the `src/Style...
lattaai1 opened a pull request on vishanurag/Canvas-Editor
Autofix: [BUG] : Resizing the buttons also to correct their alignment and some other neccessary changes for better visual appeal to a user.
I've made several changes to improve the button sizing and overall visual experience of the Canvas Editor. I updated the CSS in the `src/Styles/Style.css` file to create a more consistent and visua...lattaai1 pushed 1 commit to feat/vishanurag/Canvas-Editor lattaai1/vishanurag-Canvas-Editor-1138
- Improve button sizing and visual experience 9846c04
lattaai1 created a branch on lattaai1/vishanurag-Canvas-Editor-1138
feat/vishanurag/Canvas-Editor - This is a simple web project that is made with an aim to learn about canvas element of html. Now, this project is open to all of the amazing contributors.