Mykhailo Chalyi (Mike Chaliy)
Mykhailo Chalyi (Mike Chaliy)
#35 Added Handlebars support P.S. I treat this pull request as step towards to #36 (supporting fake data for generation)
Hello, current nuget package (v1.1.0) has dependency to log4net library. At the same time it looks like nothing(neither Stact nor Magnum) actually uses it. May be it is better to...
I think it would be nice to allow localisation of the library. Electron already provides system locale so this is just a matter of extracting and translating strings. Would you...
``` react-docgen --pretty -o lib/metadata.json src/components ``` On Windows produces: ``` { "src\\components\\ExampleComponent.react.js": { "description": "ExampleComponent is an example component.\r\nIt takes a single property, `label`, and\r\ndisplays it.", "methods": [], "props":...
**Describe the bug** It seems like ID command is not part of the IMAP standard and some of the servers does not support it. In my case we use dovecot....
I have my class extending `EventEmitter` from node ``` import { EventEmitter } from "events"; class Messenger extends EventEmitter { } ``` After I am generating `types.d.ts`, it does not...