P.O.M
P.O.M
## What does this PR do? Fix a null access exception ## Test Plan Random happening ## Related PRs and Issues ### Have you read the [Contributing Guidelines on issues](https://github.com/appwrite/appwrite/blob/master/CONTRIBUTING.md)?...
Hello, First of all, thanks a lot for your work on window colors :) Would you mind/like to publish the extention on https://open-vsx.org/ ? Guide here : https://github.com/eclipse/openvsx/wiki/Publishing-Extensions This would...
The extension is shown as "error" state in https://extensions.gnome.org/local/ `Gnome 3.36.2` on `Manjaro distribution 5.6.16` > Some code accessed the property 'Settings' on the module 'settings'. That property was defined...
Hi, I would have the need in different situation to be able to store some data in a schema. Something like : ```typescript const email = vine.string().email() email.extra({ description :...
Adds the possibility of fetching queued jobs of a queue based on their `data`. Will help solve https://github.com/timgit/pg-boss/issues/548 PS : thanks for this superb lib
Adds the possibility of fetching queued jobs of a queue based on their singleton key. Will help solve https://github.com/timgit/pg-boss/issues/548 better than https://github.com/timgit/pg-boss/pull/594