Dragomir Denev

Results 21 issues of Dragomir Denev

Dear @taye , I would like to ask you about your plans (short to mid-term) re maintaining the library - mainly the issue tracker and the docs. This is not...

### What happened? When using `body-selection` slot on QTable, the `evt` object which is passed to the `@selection` handler is undefined. The `@selection` event handler is passed a payload object...

kind/bug 🐞
Qv2 🔝
bug/1-repro-available
area/components
flavour/quasar-cli-vite

### 👟 Reproduction steps I have a collection that contains an integer attribute named 'order'. When I call `listDocuments()` like this (Web API): ```js appwrite.database.listDocuments('budget-categories', [], 100, 0, '', 'after',...

bug

I am using the Vue.Draggable binding for SortableJS to build a draggable tree structure. I built the tree and DnD works just fine. Now I want to implement nesting a...

feature

I am passing a number of properties from parent to the child (the child is an iframe). Some of the props are primitives, some are arrays of objects. I noticed...

Hi, Would it be possible to extend the Vue driver so that when we want to pass a callback function to the client Zoid, we use the v-on attribute on...

Hi, Is is possible to have a dynamic drag image (one that can be changed during the drag operation)? Here is an example of what I mean - https://marcojakob.github.io/dart-dnd/custom_avatar/ Best...

enhancement

This is a spectacular tree implementation I must say, so thank you for providing it! Now, I have the following use case - I need to be able to drag...

## Summary Added `Using mixed state section` to `Advanced usage` documentation fixes #([1105](https://github.com/vuelidate/vuelidate/issues/1105)) ## Metadata **What kind of change does this PR introduce?** (check at least one) - [ ]...

I am using the composition API: ```js const data = reactive({ type: null, name: '', currentBalance: null, creditCard: { targetMonth: new Date().getMonth(), targetYear: new Date().getFullYear() } }) const v$ =...