arturog

Results 9 comments of arturog

When pressing a `` contained within a ``, the form is incorrectly submitted. `` should not by default submit the form as per specs. (I believe this is a jsdom...

OK, I think the problem is in Zombie: 1. when `pressButton` is called, the event is correctly dispatched https://github.com/assaf/zombie/blob/bbcd5a6b4c31ecc2bd697d48c0e56086ab7d0b8a/src/index.js#L360-L366 2. But after dispatching the event, we call `_click`, which submits...

I fixed this by downgrading `@rollup/rollup-linux-x64-gnu` to version `4.17.1`.

Impossible for me to tell, sorry. Only guidance I can provide is the following: - Failure running `vitest` - vitest/1.1.3 linux-x64 node-v20.12.1 - Linux with clang - npm version 10.5.0...

I am coming back to couchdb updating an old application that *has already* implemented the above (per-document access, with linux-like permissions like owner/read/write access, even per-field protection on the doc)....

> We currently have validate_doc_update where you can implement any kind of write control logic, but no equivalent for reads (or view queries besides the deprecated _list option). If Javascript...

@assaf: Gentle nudge... Would it be OK to merge?

If someone could help me clean this up that would be great :pray: -- I know nothing about Kanboard development.