Qiming Weng

Results 7 issues of Qiming Weng

``` error TS7051: Parameter has a name but no type. Did you mean 'arg0: string'? export function filter(parser: Parser, fn: (string) => boolean) { ~~~~~~ at https://raw.githubusercontent.com/hashrock/deno-fnparse/master/mod.ts:196:45 ```

Would be cool to have! For example ``` javascript map: ImmutablePropTypes.mapKeyValue(PropTypes.string, PropTypes.number) ```

As the title suggests, is there any plan to open support for this? I don't think other torch libraries can be used when the current camera context is already being...

I noticed that your loggly config file is a little different from the rsyslog manual here: https://www.loggly.com/docs/rsyslog-manual-configuration/ I was also wondering if you could explain each command in a little...

Just curious if there are any plans to support the reverse action; which is to take a object with "attributes" and "body" and return a string to be written to...

Feature

My book.json ``` json { "gitbook": "3.2.0", "plugins": ["youtube"] } ``` The error: ``` tag name expected ``` The book compiles when I use gitbook 3.0.0