Joe

Results 8 issues of Joe

Whenever I add a header or footer, there is a blank white space inserted above and below the page: ![Imgur](http://i.imgur.com/qzQwzTN.png) I've set absolutely every margin, border and padding to 0...

I'm using the class/function names of a generated API and `ts-nameof` looks like a great way to make this more compile safe. My API is a class, for example `UserApi`...

enhancement

Really great library. However using clusters I've found it's frustrating to have very large clusters to just contain the edges going to the next group: Here's an example, the top...

I'm unable to get the Microsoft Edge to be detected (presumably this is what's refereed to as IE12?) Neither `*isIE12` or `*hideIEVersion="['ie 11']"` etc function and Edge browser acts as...

question

I had the library completely fail to send app insights. After rooting around in the source code I managed to diagnose the issue by adding some extra logging: > [03/09/2019...

I have an interface that's just completely missing from my output schema, I've narrowed it down to the name. Here's an example: ``` export interface Cluster { test: string; }...

Addresses issue https://github.com/solzimer/nsyslog-parser/issues/9

There escaping doesn't seem consistent with [the CEF standard].(https://kc.mcafee.com/resources/sites/MCAFEE/content/live/CORP_KNOWLEDGEBASE/78000/KB78712/en_US/CEF_White_Paper_20100722.pdf) For example, there's no `|` character escaping in the prefix fields. There's also no '=' escaping in the extension fields. The...