Vahid Alimohamadi
Vahid Alimohamadi
Is it possible using multiple themes and switch between them using create-react-app craco way? I need to switch between themes inside my react app and i've no idea how to...
Recently i did clone, So when there is no translated caption for the video, It is possible to fetch machine translated caption from this url: ```https://www.youtube.com/api/timedtext?v=LNl2bLJilt0&lang=en-GB&fmt=json3&tlang=fa``` e.g. Translate from en-GB...
When i set preset=4 it just resize video size, no HD or full HD capture from Camera. The server and Android camera both tested using ```Larix Broadcaster```and i see full...
This is My Post Schema: ```javascript import mongoose, { Schema } from 'mongoose'; import mongoosePaginate from 'mongoose-paginate-v2'; import mongooseAggregatePaginate from 'mongoose-aggregate-paginate-v2'; import mongooseAutoPopulate from 'mongoose-autopopulate'; const PostSchema = new Schema(...
It can't detect unicode hashtags, mentions or links.
Is possible to have a right side rtl sidebar?
Is it possible self many to many relationship with this awesome trigger?
As i use this awesome library to create an ACL module in combination with ```path-to-regexp```, I can list and show route based permissions. So if we can add something like...
It will be very nice if support ```RANK``` and ```DENSE_RANK```
I'm using in multi-tenant mode with ```bearerOnly: true``` I've registered the module like this: import: ```javascript KeycloakConnectModule.registerAsync({ useFactory: (configService: ConfigService) => ({ clientId: 'test', secret: 'test', authServerUrl: configService.get('KEYCLOAK_SERVER_URI'), policyEnforcement: PolicyEnforcementMode.PERMISSIVE,...