Oleksandr Knyga

Results 11 issues of Oleksandr Knyga

**Checklist** - [x] I have read [Caveats](https://github.com/m-radzikowski/aws-sdk-client-mock#caveats) documentation and didn't find a solution for this problem there. **Bug description** ```typescript import { mockClient } from 'aws-sdk-client-mock' import { LambdaClient, InvokeCommand...

bug
waiting for reply

I would like to be able to extend another collections and models. YoutubeCollection = VideoCollection.extend({ });

enhancement

I should be able to configure driver. ORM.configure({ connection: connection, autoReconnect: true });

enhancement

Add reconnect option. function handleDisconnect() { connection = mysql.createConnection(db_config); // Recreate the connection, since // the old one cannot be reused. connection.connect(function(err) { // The server is either down if(err)...

enhancement

I would like to be able set settings json file and each argument like arguments in call line

As user, I would like to have level of oftimization CONCATENATE, that will just merge scripts in to one with right order. { ... "level": "CONCATENATE" ... }

enhancement

I would like to be able to ignore directories and files by patterns with configuration file. {... ignoredirs: ["/lib/old", "/lib/wiki"], ignore: ["_.man.js", "_.x.js"], ...}

enhancement

Use @requires instead of @depends so that you could document the js code using JSdoc-toolkit https://code.google.com/p/jsdoc-toolkit/wiki/TagRequires

I would like to be able to compile css files

I would like to be able to compile typescript project with kjscompiler