Ahmed Ayoub

Results 21 comments of Ahmed Ayoub

Hi Snowffer, Although this might be unrelated to json-server but I hope the below helps you to understand how to accomplish your goal in different ways *I've created a quick...

did you try passing `--watch` option as [described here](https://github.com/typicode/json-server#example) ?

that's a good opportunity for PR. I'll try to do it soon.

@YouWillBe I would say it is not a pure bug as it is an inherited behaviour from lodash APIs. json-server uses lowdb .. lowdb uses lodash APIs, specifically in this...

I am also interested to achieve the same as @Frityet . any idea how can we incorporate luarocks with this nice debugging extension?

I would love to have this feature too! Maintainers, could you please review and merge the PR mentioned here?

@kettanaito thanks for the amazingly detailed explanation of the problem. after reading all the comment I ended up using [this solution](https://stackblitz.com/edit/vitest-dev-vitest-pdfsk2?file=suite.test.ts&initialPath=__vitest__/). ```ts import { vi, describe, beforeAll, afterEach, afterAll, test,...

I have the same goal (modifying a switch statement) I wasn't sure where to post my question, so [I started a stackoverflow one](https://stackoverflow.com/questions/75651277/adding-switch-clauses-to-an-existing-switch-statement-in-ts-morph). I appreciate your help.

@dsherret is there any updates on this? if there is away to do it even if it is not ideal or missing some fature, could you please point me out...

I'm facing the same problem here but i think the best solution is to "apply the plugin to items" as luis said. but surely we are waiting your Smart solution...