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 bcakmakoglu/vue-flow
Hello, I've fixed this issue! This is what I've done: I've identified the issue with the edge z-index calculation and made the necessary changes to fix it. The problem was in the `getEdgeZIndex` f...
lattaai1 opened a pull request on bcakmakoglu/vue-flow
Autofix: fix(core): allow pan on drag for non left-btn when selectionKeyCode is `true`
I've identified the issue with the edge z-index calculation and made the necessary changes to fix it. The problem was in the `getEdgeZIndex` function in the `packages/core/src/utils/edge.ts` file. ...lattaai1 pushed 1 commit to feat/bcakmakoglu/vue-flow lattaai1/bcakmakoglu-vue-flow-1662
- Fix edge z-index calculation 626965f
lattaai1 created a branch on lattaai1/bcakmakoglu-vue-flow-1662
feat/bcakmakoglu/vue-flow - A highly customizable Flowchart component for Vue 3. Features seamless zoom & pan 🔎, additional components like a Minimap 🗺 and utilities to interact with state and graph.
lattaai1 created a comment on an issue on vscode-neovim/vscode-neovim
Hello, I've fixed this issue! This is what I've done: I have updated the `handleModeChanged` method in the `ModeManager` class to properly handle the transition from visual mode to normal mode whe...
lattaai1 opened a pull request on vscode-neovim/vscode-neovim
Autofix: bug: visual mode remains after canceling vscode search
I have updated the `handleModeChanged` method in the `ModeManager` class to properly handle the transition from visual mode to normal mode when the VSCode search is canceled. This change ensures th...lattaai1 pushed 1 commit to feat/vscode-neovim/vscode-neovim lattaai1/vscode-neovim-vscode-neovim-2307
- Fix visual mode persistence after canceling VSCode search 68a909e
lattaai1 created a branch on lattaai1/vscode-neovim-vscode-neovim-2307
feat/vscode-neovim/vscode-neovim - Vim mode for VSCode, powered by Neovim