Herman Klushin

Results 14 issues of Herman Klushin

https://github.com/C2FO/fast-csv/blob/c6b833d68d3a55440f0d750c921b1039048bc938/packages/format/package.json#L40 Please guys can you move it to devDependencies? Our legacy code use ts3.6 so it can't work with @types/node above version 12.20.20

@types/[email protected] drops support for typescript older 3.8 there is no reason to add this dependency on production - it is used only to build package #### All Submissions: * [x]...

size/XS

**Parsing or Formatting?** - [x ] Formatting - [x ] Parsing **Is your feature request related to a problem? Please describe.** I'm always frustrated when classes are not inheritable. I...

enhancement

**Describe the bug** Can't make csv file with varying length of row and headers: false. ``` var array = [ [1], [1,2,3], ] ``` How can I save such structure...

bug

### All Submissions: * [x] Have you followed the guidelines in our Contributing document? * [x] Have you checked to ensure there aren't other open [Pull Requests](https://github.com/c2fo/fast-csv/pulls) for the same...

What should I do to make IDE understand tgFancy instance as {TelegramBot} and work with autocomplete? Please help me with Intellij Idea or any other

after I make npm install sails-swagger --save and restart sails (I get verbose: swagger hook loaded successfully.) All what I get is just huge swagger json. It's right? How can...

Please apply pull-request to support for non-integer IDs. #37

``` export namespace iNames { /** @see {isTest} ts-auto-guard:type-guard */ export interface Test { ... ``` No any files in result :(

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-2-1.html Sorry, maybe I just not found... Does this builder support lookups? ``` interface i1 { field: string } interface i2 { field: i1["field"] } ```