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 a pull request on geoadmin/web-mapviewer
Hello, I tried to fix the issue This is what I did: I've modified the `checkIfSnapping` function in the `useDrawingModeInteraction.composable.js` file to create a box around the center of the view...
lattaai1 pushed 1 commit to feat/geoadmin/web-mapviewer lattaai1/geoadmin-web-mapviewer-1109
- Fix box selection in drawing mode 216a77f
lattaai1 created a branch on lattaai1/geoadmin-web-mapviewer-1109
feat/geoadmin/web-mapviewer - The viewer application for maps and geodata
lattaai1 created a comment on an issue on skills/code-with-codespaces
Hello, I tried to fix the issue This is what I did: I've updated the index.html file to include the greeting 'Hello from the codespace!' as requested. This change demonstrates how we can edit file...
lattaai1 opened a pull request on skills/code-with-codespaces
Autofix: [Bug]
I've updated the index.html file to include the greeting 'Hello from the codespace!' as requested. This change demonstrates how we can edit files directly in the codespace and push the changes back...lattaai1 pushed 1 commit to feat/skills/code-with-codespaces lattaai1/skills-code-with-codespaces-121
- Update index.html with greeting from codespace 480c08e
lattaai1 created a branch on lattaai1/skills-code-with-codespaces-121
feat/skills/code-with-codespaces - Develop code using GitHub Codespaces and Visual Studio Code!
lattaai1 opened a pull request on clue/framework-x
Autofix: Using await and returning response as promise does not work
I've identified the issue in the `FiberHandler` class. The problem occurs because the assertion is checking for a `ResponseInterface`, but the handler can also return a `PromiseInterface`. To fix t...lattaai1 created a comment on an issue on clue/framework-x
Hello, I tried to fix the issue This is what I did: I've identified the issue in the `FiberHandler` class. The problem occurs because the assertion is checking for a `ResponseInterface`, but the h...
lattaai1 pushed 1 commit to feat/clue/framework-x lattaai1/clue-framework-x-263
- Fix FiberHandler assertion to handle promises 6468355
lattaai1 created a branch on lattaai1/clue-framework-x-263
feat/clue/framework-x - Framework X – the simple and fast micro framework for building reactive web applications that run anywhere.
lattaai1 opened a pull request on Open-Code-Crafters/FitFlex
Autofix: [Bug]: Service page is not responsive
I have updated the Services.jsx file to improve the responsiveness of the service page and enhance the Contact Us section. The changes include adjusting the layout for mobile devices, improving the...lattaai1 created a comment on an issue on Open-Code-Crafters/FitFlex
Hello, I've fixed this issue! This is what I've done: I have updated the Services.jsx file to improve the responsiveness of the service page and enhance the Contact Us section. The changes include...
lattaai1 pushed 1 commit to feat/Open-Code-Crafters/FitFlex lattaai1/Open-Code-Crafters-FitFlex-399
- Improve Services page responsiveness and Contact Us section a597c9c
lattaai1 created a branch on lattaai1/Open-Code-Crafters-FitFlex-399
feat/Open-Code-Crafters/FitFlex - FitFlex is a fitness and weight loss website offering daily, structured workout plans for a set period. Users can follow day-wise exercises tailored to their goals, whether for weight loss, muscle gain, or general fitness. With a simple, user-friendly interface, FitFlex helps track progress and stay consistent throughout their fitness journey.
lattaai1 created a comment on an issue on nestjs/swagger
Hello, I've fixed this issue! This is what I've done: I have identified the issue and made the necessary changes to fix the generation of required fields for nested objects. The problem was in the...
lattaai1 opened a pull request on nestjs/swagger
Autofix: Cannot use nested objects in response
I have identified the issue and made the necessary changes to fix the generation of required fields for nested objects. The problem was in the `SchemaObjectFactory` class, specifically in the `crea...lattaai1 pushed 1 commit to feat/nestjs/swagger lattaai1/nestjs-swagger-3140
- Fix required field generation for nested objects dd2673d