Ward Muylaert

Results 7 comments of Ward Muylaert

> Both libs are already set as optional ones. > Install it via `npm install --no-optional` Does that not give the following error on every incoming message? ``` ERROR: Error:...

On freenode this reply seems to have numeric code 671, not 275. ``` Unhandled message: { prefix: 'wilhelm.freenode.net', server: 'wilhelm.freenode.net', command: '671', rawCommand: '671', commandType: 'normal', args: [ 'test-butler', 'ward',...

This was rewritten in PR #351 and now functions correctly as far as I can tell.

The second error seems different from the first. The second one looks like it is the same issue as found in bugs #177 and #233 so can be ignored since...

Current pull request to follow seems to be https://github.com/KittehOrg/KittehIRCClientLib/pull/181, replacing the two earlier ones. Figure I would post it here since there is no reference from the one to the...

Just encountered this issue too, also narrowed it down to the `{" "}` removal. This is in React and TypeScript, so putting the two files from the OP in `Test.tsx`...

A very similar looking version of this bug seems to have been fixed before https://github.com/Wilfred/difftastic/issues/246