Andri Möll
Andri Möll
Hey! Thanks for the helpful plugin! Is it me or does syntax highlighting of JSX break when one attempts to highlight JavaScript inside a template string inside a JSX node...
Hey, Possibly related to https://github.com/open-eid/libdigidocpp/issues/142. http://open-eid.github.io/libdigidocpp/manual.html#signature-notes states: > When validating a BDOC-TS document then the difference between OCSP validity confirmation's production time (producedAt field) and time-stamp's production time (getTime field)...
Hey, Thanks for maintaining the LLVM IR pretty printer! Is it me or is the `ExtractValue` constant not supported? https://github.com/llvm-hs/llvm-hs-pretty/blob/990bb6981f6214d9c1bbf46fd9e9ce5596d3bf30/src/LLVM/Pretty.hs#L1051 seems to err with "Non-function argument. (Malformed AST)" upon meeting...
Hey, `GlossyParser.prototype.parseBsdTime` uses the `new Date` constructor passing it the current year in UTC, but `new Date` causes it then to be interpreted as the local time zone's year.
Hey, The standard speaks of Syslog tags and PID numbers in them. Glossy so far seems to ignore them in RFC 3164 mode. A line with them would look like...
Hey, Noticed the following breaks syntax highlighting for anything that follows: ```pug body(onclick="") strong foo ``` The cause is the empty `onclick=""` attribute.
Hey, Thanks for your continued maintenance of Better-SQLite3! Have you considered exposing some of the compile-time variables as properties on the primary export? I've got a need to identify the...
JavaScript invokes `toString` when converting an object to a string. If you'd rename the current `asString` to `toString`, this would follow that convention. Cheers
Hey, To make MediaType behave more like a proper value type, it'd be beneficial to first export the actual constructor for `instanceof` checks and to then parse when a string...
Hey, Trying out Gluejs in a real world context here, but having trouble understanding how it's supposed to be used. Invoking it with, amongst other options, with: ``` --basepath app/javascripts...