KingDracula
KingDracula
# Issue ## Versions - sequelize: - sequelize-typescript: - typescript: ## Issue type - [x] bug report - [ ] feature request ## Actual behavior ## Expected behavior ## Steps...
# Issue ## Versions - "sequelize": "^6.6.5", - "@types/sequelize": "^4.28.10", - "typescript": "^4.3.5" ## Issue type - [ ] bug report - [x] feature request ## Actual behavior ## Expected...
i want to use nacos config in my project ,but just prd env ,other env is used local config ,how to config this thanks
Ftp.raw('send', 'public/media/image/2.jpg', '/km/stagingtest/test/media/test/2.jpg', function (err, data) { }) i am try to use send command to upload image ,but return '500 Command not understood.'
**I was trying to...** i want to plainToClass in TS ,but the model have so many properties ,need add @Expose() one by one . i was try to add @Expose()...
when i connection postgres ,sometime was error Connection terminated unexpectedly retry it is work , i try to update pool config ,but not work "define": { "schema": "public" }, "dialectOptions":...
keycloak_openid = KeycloakOpenID( server_url=os.environ.get("KEYCLOAK_URL"), client_id=os.environ.get("KEYCLOAK_CLIENT_ID"), realm_name=os.environ.get("KEYCLOAK_REALM"), client_secret_key=os.environ.get("KEYCLOAK_CLIENT_SECRET"), ) keycloak_openid.get_policies() i want to get current client policy from keycloak ,but when i call this function was return null How to get...