Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
I'll check it out, thanks for the detailed report ^^
bcakmakoglu created a comment on an issue on xyflow/xyflow
Mh... what exactly is supposed to happen in the sandbox? Because from what I can tell the nodes just do some weird jumps when I reach the border of the viewport and the viewport movement on drag w...
bcakmakoglu pushed 1 commit to master bcakmakoglu/vue-flow
- docs(examples): add simple layout example (#1678) * docs(examples): cleanup animated layout example Signed-off-by... 61f4b0d
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
docs(examples): add simple layout example
Signed-off-by: braks <[email protected]>bcakmakoglu opened a pull request on bcakmakoglu/vue-flow
docs(examples): add simple layout example
Signed-off-by: braks <[email protected]>bcakmakoglu created a branch on bcakmakoglu/vue-flow
docs/layout-example - 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 pushed 1 commit to master bcakmakoglu/vue-flow
- docs: add custom components to getting-started example (#1677) Signed-off-by: braks <[email protected]... f3075bc
bcakmakoglu closed a pull request on bcakmakoglu/vue-flow
docs: add custom components to getting-started example
bcakmakoglu created a branch on bcakmakoglu/vue-flow
docs/get-started - 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 opened a draft pull request on bcakmakoglu/vue-flow
refactor(core): update export fields for node and browser
bcakmakoglu created a comment on an issue on xyflow/xyflow
You're probably doing something wrong then and using that as a workaround for the underlying issue isn't a solution 😄 Can you provide a minimal reproduction of your problem? [You can find a templ...
bcakmakoglu created a comment on an issue on xyflow/xyflow
You can't "skip" applying dimension changes. Without proper measurements of a node (which are stored as `node.measured.width/height`) calculations will not work properly. So the change handler yo...
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
This isn't really a bug and issues are *only* for bug tracking here. You can open up a discussion in the [discussion board](https://github.com/bcakmakoglu/vue-flow/discussions)to suggest potenti...
bcakmakoglu created a comment on an issue on xyflow/xyflow
Mhhhh.... good question 🤔 I was just thinking if I wanted to "fix" the translateExtent to specific bounds I'd like to be able to match the nodeExtent to that without doing some calculations but I ...
bcakmakoglu created a comment on an issue on xyflow/xyflow
On that note, maybe it'd make sense to be able to assign a nodeExtent that also matches the dimensions of the container? So basically something like `nodeExtent: 'container'` (just spitballing her...
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
@alexgrozav ping :)
bcakmakoglu created a comment on an issue on xyflow/xyflow
If you're talking about the Backspace key to delete, you can disable it by setting `<ReactFlow deleteKeyCode={null} ...>`.
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
That's a bit too complex for a simple repro tbh, I can't figure out where you do what in that sandbox and it'd take me too much time to sit down and analyse everything in there 😅 Can you strip i...
bcakmakoglu created a comment on an issue on bcakmakoglu/vue-flow
A reproduction for that issue would be needed for me to debug it, just a video isn't telling me much about your code and what might be happening.
bcakmakoglu created a tag on bcakmakoglu/vue-flow
v1.41.4 - 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.