francesco
francesco
Looks like Redis package has been officially updated to v4 recently, which introduced some [breaking changes](https://github.com/redis/node-redis/blob/master/docs/v3-to-v4.md), including several interface changes.
### Is there an existing issue for this? - [X] I have searched the existing issues ### Which Transloco package(s) will this feature affect? Transloco ### Is your feature request...
This message is showed into angular shell, during the build 
# Bug Report **Package versions:** angular: 13.0.0 devextreme: 21.2.3 devextreme-angular: 21.2.3 **Steps to reproduce:** Place a dxScheduler into empty component ```ts import { Component } from '@angular/core'; @Component({ template: ``...
see this example https://stackblitz.com/edit/angular-chfjyn-ndmj54 in this example only one item at time can be expanded. When expand an item, the old expanded item is closed. If the old expanded element...
```ts import * as SES from 'aws-sdk/clients/ses'; import * as nodemailer from 'nodemailer'; const transporter = nodemailer.createTransport({SES: new SES({ accessKeyId: 'XXXX', secretAccessKey: 'XXXX', region: 'XXXX', })}); transporter.sendMail({ from: '[email protected]', to:...
Looks like Redis package has been officially updated to v4 recently, which introduced some [breaking changes](https://github.com/redis/node-redis/blob/master/docs/v3-to-v4.md), including several interface changes. With redis 4, bee-queue raise this error: ```shell node_modules/bee-queue/index.d.ts:5:21 -...
From my benchmark JsonDataObjects is the fastest lib for read write json in delphi, It's awersome! but is poor in documentation. I'm searching for examples for writing large json (over...
It would be helpful to have the option to choose the type of splitter in the settings. Currently RecursiveCharacterTextSplitter is the default option but in some cases other splitters may...
I'm tried: ``` npm install ts-transformer-minify-privates --save-dev npm install @angular-builders/custom-webpack --save-dev npm install ts-loader --save-dev ``` angular.json ```json "projects": { "architect": { "build": { "builder": "@angular-builders/custom-webpack:browser", "options": { "customWebpackConfig": {...