Ecosyste.ms: Timeline

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

bcakmakoglu

bcakmakoglu created a comment on an issue on xyflow/xyflow
[Here's a sandbox.](https://codesandbox.io/p/sandbox/stupefied-violet-p69rkd?file=%2Fsrc%2FApp.tsx%3A36%2C57) Again, you *have to* apply dimension changes for internals to work correctly. Just ...

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
You need to apply dimension changes, those aren't quite optional. If you need to you can skip other changes but dimensions *have to be applied* otherwise internal mechanisms will not work correctly.

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
Looks to me like you haven't added proper change handlers for `onNodesChange` and `onEdgesChange` and not any issue with "custom nodes" whatsoever. [You might wanna read this section of the docs...

View on GitHub

bcakmakoglu starred fabian-hiller/valibot
bcakmakoglu pushed 1 commit to master bcakmakoglu/vue-flow
  • fix(guide): Add missing import f438acb

View on GitHub

bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
fix(guide): Add missing import
# 🐛 Fixes <!--- Tell us what issues this pr fixes --> - [ ] Add missing import in the Quick Start
bcakmakoglu created a comment on a pull request on bcakmakoglu/vue-flow
Thanks for the PR 👍

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
You need to delay the update node internals calls until handles have been rendered otherwise the call is meaningless. Try putting it into a next tick or a short set timeout

View on GitHub

bcakmakoglu closed an issue on bcakmakoglu/vue-flow
🐛 [BUG]: Misaligned edges after hanles added dynamically
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior My custom node will auto-grenerate handles by my props 'condi...
bcakmakoglu pushed 1 commit to master bcakmakoglu/vue-flow

View on GitHub

bcakmakoglu starred toss/es-toolkit
bcakmakoglu created a comment on an issue on xyflow/xyflow
Seems like the useEffect you call in your `AddNode` that's supposed to do the initial data update creates some issue that causes edges not to be rendered, I'm not sure *what* exactly the problem is...

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
Add `nopan nodrag` class names to your input element to stop that behavior. ```tsx <input className="nodrag nopan" // ... rest />

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
Your sandbox isn't available. <img width="632" alt="image" src="https://github.com/user-attachments/assets/e1a6a788-5a73-42d5-9927-69781eeaaa35" />

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
How are you creating the `customNodes` object? What do your custom nodes look like? Can you provide more context for this or, better yet, provide a minimal repro of the issue. [You can find a tem...

View on GitHub

bcakmakoglu created a comment on an issue on xyflow/xyflow
add the `nowheel` class name to the select, that should fix it. [See this section of the docs.](https://reactflow.dev/api-reference/types/node-props#notes)

View on GitHub

bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
[Works completely fine for me in a sandbox.](https://codesandbox.io/p/devbox/modest-feather-cg3349?file=%2Fsrc%2FCustomNode.vue%3A9%2C21&workspaceId=ws_7iZPUfEyQC7Podbs7wwbxV) From what I can te...

View on GitHub

bcakmakoglu closed an issue on bcakmakoglu/vue-flow
🐛 [BUG]: <title>onConnect method in useHandleConnections does not fire even if handle id is explicitly specified
### Is there an existing issue for this? - [X] I have searched the existing issues and this is a new bug. ### Current Behavior This has been discussed in https://github.com/bcakmakoglu/vue...
bcakmakoglu created a comment on an issue on xyflow/xyflow
Another thing regarding color mode: There's no way to *disable* it (without using a typehack like `colorMode={'' as unknown as ColorMode}`), like setting `colorMode={null}` or something.

View on GitHub

bcakmakoglu starred antfu/eslint-vitest-rule-tester
bcakmakoglu deleted a branch bcakmakoglu/vue-flow

docs/custom-markers

bcakmakoglu pushed 1 commit to master bcakmakoglu/vue-flow

View on GitHub

bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
docs(examples): add edge markers example
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - Add edge markers example to docs - Demonstrates built-in, as well as custom markers
bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
docs(examples): add edge markers example
# 🚀 What's changed? <!--- Tell us what changes this pr contains --> - Add edge markers example to docs - Demonstrates built-in, as well as custom markers
bcakmakoglu created a branch on bcakmakoglu/vue-flow

docs/custom-markers - 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.

bcakmakoglu created a branch on bcakmakoglu/vue-flow

docs/animate-node-position - 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.

bcakmakoglu created a tag on bcakmakoglu/vue-flow

@vue-flow/[email protected] - 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.

bcakmakoglu created a branch on bcakmakoglu/vue-flow

docs/proximity-connection - 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.

Load more