Ryan Wheale

Results 26 comments of Ryan Wheale

Are we concerned at all about people who deploy their dev code? Whether it be for a quick POC, intimidation with managing build pipelines and artifacts, or general laziness? NPM...

This is still happening for me. Passing a 3rd argument to the `it` function works, but it destroys the readability of the test - it looks like some random number...

It's even harder to believe that it's 2022 and people still troll around leaving useless condemning comments on free open source projects. There are numerous related issues and workarounds, thereby...

I just ran into this issue too. They are using the [`jsonc-parser`](https://www.npmjs.com/package/jsonc-parser), which has an option for `allowTrailingComma` (I don't think jsonc allows trailing commas by default). The options are...

What sucks about this issue is that you run into very early. I had just set up my Nx workspace, made a couple changes to migrate existing/working tsconfigs, and then...

I admit I was part of the push for having models in their own separate folder, and it happened at a time of sequelize integration... but it really had little...

`n:m` relationships are by far the toughest relationship to reconcile across CRUD operations. I always use "blogposts" and "tags" my classic `n:m` example. There are 3 different scenarios you have...

The "relationship" service is necessary, and every attempt I've made to avoid having as 3rd service has been fruitless or made other code unreasonably difficult. This was the biggest "ah...

I too would like to run this library through some perf tests. I know this thread is a little stale, but @fengmk2 can you post the scripts, versions, etc you...

By default this writes to the `stderr` stream. Did you try `stderr` instead of `stdout`?