Carl Lewis

Results 4 issues of Carl Lewis

### Describe the bug ### Steps to repro: 1. Scaffold new app (lb4 app) 2. Scaffold new mysql data source (lb4 datasource). Enter invalid connection info, so that the connection...

bug
Repository

I have a simple data source, whos config is loaded via injection: ``` export class MainDataSource extends juggler.DataSource implements LifeCycleObserver { static dataSourceName = 'Main'; constructor( @config() dsConfig: object, )...

bug
CLI

### Describe the bug Late last year (2023), the eslint naming convention plugin added support for checking imports. When using the recommended eslint config '@loopback/eslint-config', this will cause this check...

bug

When using TypeScript, it is currently not possible to remove all any listeners using ee.offAny(), becuase the typings require a listener to be passed in: ``` export declare class EventEmitter2...