-
- [x] Add hooks and helper methods - #67, #70, #71
- [x] Move decorators to `Initialize` instance - #68
- [x] Configuration getters - #72
- [x] Optional user instance in `extend_payload` - #81
…
-
I have a nextcloud address book with ca. 2400 entries.
I have installed roundcube carddav plugin.
I have configured default address book for the plugin in plugins/carddav/config.inc.php.
Now addre…
-
I am trying to improve our answers to the Q2 COP's. To do this, I need the Google distance to work on all nodes in our KG. Currently, in QueryNCBIeUtils.py, there is a way to get mesh term ID's from O…
-
Is there a regular expression to validate CUIDs?
-
Not sure what the difference between `site` and `sites` is, but will investigate. [Endpoint function](https://bitbucket.org/cei/neotomawsdata/src/a4267aed5fa2b144f8d4c887514104deebdbfe28/GetRequestHa…
-
Maybe nestled with the numbers?
[UUIDs](https://github.com/kelektiv/node-uuid) are cool, but [CUIDs](https://github.com/ericelliott/cuid) are also pretty popular.
-
Hi guys,
I'm trying to develop a new plugin, allowing users to index content in Algolia Search API (a full nodejs SaaS Search Engine). I began a small project to do that : [hexo-algolia](https://www.…
-
... If they're generated on different browsers or machines, and then inserted to the database later, won't they be in some random order? Am I totally missing the point? (I think so, sorry about that!)…
-
create a new database that contains error logs with:
> First Name
> Last Name
> CUID
> MachineID
> MachineType
> Timestamp
> Error status being: 1 - not authorized, 2 - machine error, 3 - input…
-
Hi,
I have to generate unique and not guessable api keys.
Those keys will give user full access to the application via REST API.
Was wondering if using cuid is safe enough, and what are the benefits…