Andrea Fassina
Andrea Fassina
Hi, first of all thanks for this great resource. Are the provinces supported by this db? It seems to be true from the description of this repo "World countries, states,...
Is it possible to define a simple RBAC system ('USER', 'EDITOR', 'ADMIN') and guarding the routes by user's role without having to define all permissions? Something like: ``` # app.roles.ts...
Hi, thanks for your great work. OpenDAX is very good starting point to create a Crypto Exchange, and requires 8GB of RAM (12GB recommended), 4 cores vCPU (6 cores recommended)...
As per title it would be useful to have a `replaceAt` method that update an existing item.
Hi, I'm testing latest `[email protected]` with `mongoose 5.12.9` (tested also with `5.12.10` and `5.12.12`) but the `InjectModel` got breaked. ``` constructor( @InjectModel(Account) private readonly accountModel: ReturnModelType ) { super(accountModel); console.log(accountModel);...
Hi, I noticed the first two images take a long time to upload, about 7/8 seconds each. I've seen the same problem happen in the demo on [codesandbox](https://codesandbox.io/s/react-drag-drop-files-sghbp) as well....
I have installed availity with `yarn add @availity/form @availity/yup yup` and imported with ``` import { FormGroup, Form, Input } from "@availity/form"; import "@availity/yup"; import * as yup from "yup";...
In order to improve the quality of user tests, it would be great to run tests in a random order based on a random seed to ensure that the tests...
I'm excited to announce that the new version introduces conditional orders: Stop Limit and Stop Market. While the test coverage for these new features is at 100%, I'm not yet...
Implements https://github.com/askorama/orama/issues/769. This PR introduces the ability to pass an array of document fields to be returned via the `returning` option. Initially, I considered using the existing `getDocumentProperties()` function. However,...