Or Cohen

Results 5 issues of Or Cohen

When migrating to sequelize-typescript, if model A has two associations to model B, one without an alias configuration and one which is aliased, the migration is not possible at all....

This node package implementing atob does not throw if the string is not base64, thus making a call like `.addImage('path.jpg', ...`) render blank. I wasn't sure on what the proper...

TL;DR: I'm using `Job.processJobs` from an external node application (worker), with the DDP/ddp-login client. It works as expected, but if the DDP server is unavailable for longer than the getWork...

question

Some of my workers are performing time expensive tasks with side-effects. Making them run concurrently can result in a race condition between the side-effects. To deal with that, I created...

question

The #692 PR introduced a bug when using with express and an async middleware: the IncomingMessage/Request (stream) is marked as not readable and fails when used with body-parser (for example)....