Booster2ooo

Results 5 issues of Booster2ooo

Hello, I came across a weird behavior with irc module, iconv and webpack. When simply using irc module with nodejs, I've got no problem so far. But, if I try...

Hello, I noticed there isn't anything happening if you try to connect to a server that doesn't exists. I think it should be handled and emit an error event of...

Hello, Calling client.disconnect() doesn't fire the 'quit' event. As a workaround, I emit the event manually in the disconnect() callback but I think it should be fired automatically. Thanks for...

enhancement

Hello, I noticed a inconsistent handling of the `cwd` option in [compile](https://github.com/bcherny/json-schema-to-typescript/blob/8ea10a61f0d4b24749ae033a37f9aa3fb9a94417/src/index.ts#L96) because of the default function argument assignation and the merging of a default cwd value. _Case 1: no...

bug
help wanted
good first issue

Hello, I'm facing a strange behavior where changes to a volume from the host don't trigger event of the watcher. More explanation and minimal reproductible sample at https://github.com/Booster2ooo/watcher-docker Edit: it...

needs more info